BadParameterException

Thrown by the JLLM API on bad parameter type or value.

Supertype

JllmAPIException

Subtypes

None

JSON Representation

{
    "type" : "BadParameterException",
    "message" : string,
    ("functionName" : string,)
    ("reason" : string,)
    "parameterName" : string,
    "providedValue" : value
}

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.
reason Details on what was wrong with the provided parameter, and what type/value was expected. Optional.
parameterName The name of the invalid parameter.
parameterValue The value of the invalid parameter.