CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-common
/
cz.kotox.crypto.sdk.common.error
Package-level
declarations
Types
Functions
Properties
Types
Api
Error
Link copied to clipboard
sealed
class
ApiError
:
SdkError
Sdk
Error
Link copied to clipboard
open
class
SdkError
(
message
:
String
,
cause
:
Throwable
?
)
:
Exception
Properties
connectivity
Info
Dictionary
Link copied to clipboard
val
connectivityInfoDictionary
:
List
<
String
>
Functions
transform
Api
Error
Link copied to clipboard
fun
Exception
.
transformApiError
(
errorResponseMessage
:
String
?
=
null
)
:
ApiError