SpotifyAPIError src/Error.ts#L20
extends Error
This error mostly occurs when the spotify api responses an invalid json format! You can view up all the spotify web api responses, request types, etc here
Properties:
message name response stack prepareStackTrace stackTraceLimitMethods:
captureStackTraceconstructor(response) src/Error.ts#L20
No documentation found.
Name | Type | Description |
---|---|---|
response | string | AxiosError<any, any> |
.response src/Error.ts#L12 OPTIONAL
Type:
The response from the axios if the error is based on the failiure of request.