WalletBridgeErrorCategory

Coarse error category for Swift bridge failures.

Entries

Link copied to clipboard

Input supplied by the caller is invalid.

Link copied to clipboard

Network communication failed.

Link copied to clipboard

Issuer-side processing failed.

Link copied to clipboard

Verifier-side processing failed.

Link copied to clipboard

Wallet storage access failed.

Link copied to clipboard

Cryptographic operation failed.

Link copied to clipboard

Requested credential could not be found.

Link copied to clipboard

The operation was cancelled.

Link copied to clipboard

Key-use authorization was unavailable or was not completed.

Link copied to clipboard

Unexpected wallet failure that does not fit a narrower category.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.