Error Response
Fields
status
integerthe HTTP status code for this error
code
stringthe type of error
message
stringthe error's message
errors
validation error NULLABLElist of validation errors, only used for certain APIs
{
"status": 400,
"code": "InvalidInput",
"message": "cannot parse Steam ID from string: clearlynotasteamid"
}
Validation Error Structure
Fields
code
stringthe type of error
message
stringthe error's message
path
string arraypath to property that caused the error
validation
stringtype of validation error
Note
In catastrophic cases, you might not get any of these values in response. This is however unlikely.
Last updated
Was this helpful?