toggle menu
tidal-sdk-android
bom-6
androidJvm
switch theme
search in API
common
/
com.tidal.sdk.common
/
RetryableError
Retryable
Error
data
class
RetryableError
(
val
code
:
String
,
val
subStatus
:
Int
?
=
null
,
val
throwable
:
Throwable
?
=
null
)
:
TidalError
Members
Constructors
Retryable
Error
Link copied to clipboard
constructor
(
code
:
String
,
subStatus
:
Int
?
=
null
,
throwable
:
Throwable
?
=
null
)
Properties
code
Link copied to clipboard
open
override
val
code
:
String
sub
Status
Link copied to clipboard
val
subStatus
:
Int
?
=
null
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
=
null