JllmAPIException
Models an exception thrown by the JLLM API.
Supertype
None
Subtypes
BadParameterException, InternalServerError, MissingParameterException, UnauthorizedOperationException, UnexpectedServerResponseException, UnsupportedRequestException
JSON Representation
{ "type" : "JllmAPIException", "message" : string }
Fields description
Field | Meaning | Constraints |
---|---|---|
type |
The exception type | |
message |
A human-readable message (in english) gathering some details about the exception. |