toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
PolluxError
/
WrongKeyProvided
Wrong
Key
Provided
class
WrongKeyProvided
(
expected
:
String
?
,
actual
:
String
?
)
:
PolluxError
(
source
)
A class representing an error when a provided key is the wrong type.
See also
Pollux
Error
Members
Constructors
Wrong
Key
Provided
Link copied to clipboard
constructor
(
expected
:
String
?
,
actual
:
String
?
)
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
>
?