8.5.4 ApiError

The backend server returns an ApiError document if something went wrong, i.e. The HTTP return code is not in the 200 range.

Data Model

Key Type Value
timestamp String The time and date when the event happened.
status Number The HTTP status code returned.
error String The textual description of status.
message String A message describing the reason of the error.
path String The path part of the URL which caused the error.

Remarks