SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.models
/
CodableException
Codable
Exception
@
Serializable
open
class
CodableException
(
val
code
:
Long
,
val
message
:
String
)
:
Exception
(
source
)
Members
Members & Extensions
Constructors
Codable
Exception
Link copied to clipboard
constructor
(
code
:
Long
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Long
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
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
to
Multi
Stack
String
Link copied to clipboard
fun
Throwable
.
toMultiStackString
(
)
:
String
Convert the exception to a multi-line string with stack trace.