Error Response
Fields
statusintegerthe HTTP status code for this error
codestringthe type of error
messagestringthe error's message
errorsvalidation 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
codestringthe type of error
messagestringthe error's message
pathstring arraypath to property that caused the error
validationstringtype 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?
