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