JllmAPIException

Models an exception thrown by the JLLM API.

Supertype

None

Subtypes

BadParameterExceptionInternalServerErrorMissingParameterExceptionUnauthorizedOperationExceptionUnexpectedServerResponseExceptionUnsupportedRequestException

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.