toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
ApolloError
/
InvalidKeyType
Invalid
Key
Type
class
InvalidKeyType
(
invalidType
:
String
)
:
ApolloError
(
source
)
Represents an error that occurs when an invalid key type is used.
Parameters
invalid
Type
The invalid key type.
See also
Apollo
Error
Members
Constructors
Invalid
Key
Type
Link copied to clipboard
constructor
(
invalidType
:
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
>
?