TokenResponseError
class TokenResponseError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
Error used to indicate that an access token could not be retrieved.
Parameters
code
The error code returned by the API.
subStatus
The TIDAL-specific error code returned by the API.