ErrorResponse global.d.ts#L102
The error response sent by the spotify api during unusual status codes.
Properties:
| Name | Type | Description |
|---|---|---|
| message | string | A short description of the cause of the error. |
| status | number | The HTTP status code (also returned in the response header; see Response Status Codes for more information). |