AuthorizationError
class AuthorizationError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
Error indicating that the user did not correctly authenticate themselves at the TIDAL login service. Raised when the URI made to the redirect URI indicates that the authentication was not succesful.
Parameters
code
The error code returned by the API.
subStatus
The TIDAL-specific error code returned by the API.