IllegalConfigurationError
class IllegalConfigurationError(val code: String, val subStatus: Int? = null, val throwable: Throwable? = null) : TidalError
Raised whenever an operation failed due to an incorrect configuration.
Parameters
code
The error code returned by the API.
subStatus
The TIDAL-specific error code returned by the API.