toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
KnownPrismError
Known
Prism
Error
abstract
class
KnownPrismError
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
Throwable
,
Error
(
source
)
A class representing a known error in a PRISM.
See also
Error
Throwable
Inheritors
CommonError
ApolloError
CastorError
MercuryError
PlutoError
PolluxError
EdgeAgentError
Members
Constructors
Known
Prism
Error
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
open
override
val
code
:
Int
?
error
Description
Link copied to clipboard
open
override
val
errorDescription
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
underlying
Errors
Link copied to clipboard
open
override
val
underlyingErrors
:
Array
<
Error
>
?