Types

Link copied to clipboard

A class representing an invalid derivation path error.

Link copied to clipboard
class InvalidIndex(message: String) : ApolloError

Represents an error that occurs when an invalid index is provided.

Link copied to clipboard

A class representing an invalid JSON Web Key (JWK) error in the PRISM SDK.

Link copied to clipboard
class InvalidKeyCurve(invalidCurve: String) : ApolloError

Represents an error that occurs when an invalid key curve is provided.

Link copied to clipboard
class InvalidKeyType(invalidType: String) : ApolloError

Represents an error that occurs when an invalid key type is used.

Link copied to clipboard

Represents an error that occurs due to invalid raw data.

Link copied to clipboard

Represents an error that occurs when restoration fails due to no identifier or invalid identifier.

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>?