MissingParameterException
Thrown by the JLLM API when a required parameter is missing.
Supertype
Subtypes
None
JSON Representation
{
"type" : "MissingParameterException",
"message" : string,
("functionName" : string,)
"parameterName" : string
}
Fields description
See JllmAPIException for a general description of the inherited fieldstype and message.
| Field | Meaning | Constraints |
|---|---|---|
functionName |
The name of the internal API function that raised this exception. | Optional. |
parameterName |
The name of the missing parameter. |