UnexpectedServerResponseException
Thrown by the JLLM API when an unexpected response is received from an external service.
Supertype
Subtypes
None
JSON Representation
{
"type" : "UnexpectedServerResponseException",
"message" : string,
"request" : string,
"response" : string
}
Fields description
See JllmAPIException for a general description of the inherited fieldstype and message.
| Field | Meaning | Constraints |
|---|---|---|
request |
The request submitted to an external service. | |
response |
The response received form an external service. |