UnsupportedRequestException
Thrown by the JLLM API when the requested operation is not available in the targeted API version.
Supertype
Subtypes
None
JSON Representation
{
"type" : "UnsupportedRequestException",
"message" : string,
"request" : string
}
Fields description
See JllmAPIException for a general description of the inherited fieldstype and message.
| Field | Meaning | Constraints |
|---|---|---|
request |
The request submitted to the JLLM API. |