CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-tracker
/
cz.kotox.crypto.sdk.tracker.internal.dto
/
CoinbaseWebSocketMessage
/
Error
Error
androidJvm
@
Serializable
@
SerialName
(
value
=
"error"
)
data
class
Error
(
val
type
:
String
,
val
message
:
String
,
val
reason
:
String
)
:
CoinbaseWebSocketMessage
Members
Constructors
Error
Link copied to clipboard
androidJvm
constructor
(
type
:
String
,
message
:
String
,
reason
:
String
)
Properties
message
Link copied to clipboard
androidJvm
val
message
:
String
reason
Link copied to clipboard
androidJvm
val
reason
:
String
type
Link copied to clipboard
androidJvm
val
type
:
String