Class CamaraResponseException

All Implemented Interfaces:
Jsonable, Serializable

Response returned when a network request fails (i.e. returns a non-2xx status code).
See Also:
  • Constructor Details

  • Method Details

    • fromJson

      public static CamaraResponseException fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with all known fields populated from the JSON payload, if present.