InvalidPublicKeyEncoding

Represents an error that occurs when there is an invalid encoding or decoding of a public key.

Parameters

didMethod

The DID method being used when the error occurred.

curve

The curve of the key when the error occurred.

See also

Constructors

Link copied to clipboard
constructor(didMethod: String, curve: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?