kalium
common
cryptography
/
com.wire.kalium.cryptography.exceptions
/
ProteusException
Proteus
Exception
class
ProteusException
(
message
:
String
?
,
val
code
:
ProteusException.Code
,
val
intCode
:
Int
?
,
cause
:
Throwable
?
=
null
)
Members
Constructors
Proteus
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
code
:
Int
,
cause
:
Throwable
?
=
null
)
constructor
(
message
:
String
?
,
code
:
ProteusException.Code
,
intCode
:
Int
?
,
cause
:
Throwable
?
=
null
)
Types
Code
Link copied to clipboard
enum
Code
:
Enum
<
ProteusException.Code
>
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
ProteusException.Code
int
Code
Link copied to clipboard
val
intCode
:
Int
?