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
/
ApiError
/
CancellationError
Cancellation
Error
data
class
CancellationError
(
val
message
:
String
,
val
cause
:
Throwable
?
=
null
,
val
logPriority
:
LogPriority
?
=
null
)
:
ApiError
Members
Members & Extensions
Constructors
Cancellation
Error
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
,
logPriority
:
LogPriority
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
log
Priority
Link copied to clipboard
val
logPriority
:
LogPriority
?
message
Link copied to clipboard
open
override
val
message
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
Functions
transform
Api
Error
Link copied to clipboard
fun
Exception
.
transformApiError
(
errorResponseMessage
:
String
?
=
null
)
:
ApiError