ApiError
A representation of our api errors from our backend.
Parameters
status
The http error code, e.g. 404 or 500.
subStatus
The sub status, specifying what type of error it is.
userMessage
A descriptive message to help the user know what went wrong.