UnauthorizedOperationException
Thrown by the JLLM API when the user does not have the appropriate permission(s) to perform the requested operation.
Supertype
Subtypes
None
JSON Representation
{
"type" : "UnauthorizedOperationException",
"message" : string,
("operation" : string,)
"reason" : string
}
Fields description
See JllmAPIException for a general description of the inherited fieldstype and message.
| Field | Meaning | Constraints |
|---|---|---|
operation |
The name of the denied operation. | Optional. |
reason |
A description of API item(s) requiring appropriate permission(s). |