toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.domain.models
/
PolluxError
/
InvalidCredentialError
Invalid
Credential
Error
class
InvalidCredentialError
constructor
(
cause
:
Throwable
?
=
null
)
:
PolluxError
(
source
)
Represents an error encountered when invalid credentials are provided.
See also
Pollux
Error
Members
Constructors
Invalid
Credential
Error
Link copied to clipboard
constructor
(
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
>
?