MissingParameterException

Thrown by the JLLM API when a required parameter is missing.

Supertype

JllmAPIException

Subtypes

None

JSON Representation

{
    "type" : "MissingParameterException",
    "message" : string,
    ("functionName" : string,)
    "parameterName" : string
}

Fields description

See JllmAPIException for a general description of the inherited fields type 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.