APIError

APIError
APIError

Response for each API which results in error.
Contains a unique error key and localised version of error message.

JSON Example
{
    "error_key": "inventory.machine.not.found",
    "error_message": "username cannot be empty"
}
string
error_key
Optional

Error key configured in message bundle.

string
error_message
Optional

Error message translated in user's locale.