Enum representing the types of errors that can occur in the AwSigner module. Each error type corresponds to a specific failure scenario.

Enumeration Members

ADMIN_ADDRESS_MISMATCH: "ADMIN_ADDRESS_MISMATCH"

Indicates that the Admin address does not match the expected address.

ADMIN_MISSING_LIT_NETWORK: "ADMIN_MISSING_LIT_NETWORK"

Indicates that the Lit network was not provided for the Admin role.

ADMIN_MISSING_PRIVATE_KEY: "ADMIN_MISSING_PRIVATE_KEY"

Indicates that the private key was not provided for the Admin role.

ADMIN_MULTISIG_NOT_IMPLEMENTED: "ADMIN_MULTISIG_NOT_IMPLEMENTED"

Indicates that multisig functionality for the Admin role is not implemented.

ADMIN_NOT_FOUND: "ADMIN_NOT_FOUND"

Indicates that the Admin role was not found.

ADMIN_PKP_NOT_FOUND: "ADMIN_PKP_NOT_FOUND"

Indicates that the PKP was not found in storage.

ADMIN_PKP_TRANSFER_FAILED: "ADMIN_PKP_TRANSFER_FAILED"

Indicates that the PKP transfer failed.

DELEGATEE_MISSING_CREDENTIALS: "DELEGATEE_MISSING_CREDENTIALS"
DELEGATEE_MISSING_LIT_NETWORK: "DELEGATEE_MISSING_LIT_NETWORK"

Indicates that the Lit network was not provided for the Delegatee role.

DELEGATEE_MISSING_PRIVATE_KEY: "DELEGATEE_MISSING_PRIVATE_KEY"

Indicates that the private key was not provided for the Delegatee role.

INSUFFICIENT_BALANCE_CAPACITY_CREDIT_MINT: "INSUFFICIENT_BALANCE_CAPACITY_CREDIT_MINT"

Indicates insufficient balance for minting a capacity credit.

INSUFFICIENT_BALANCE_PKP_MINT: "INSUFFICIENT_BALANCE_PKP_MINT"

Indicates insufficient balance for minting a PKP (Programmable Key Pair).

STORAGE_FAILED_TO_GET_ITEM: "STORAGE_FAILED_TO_GET_ITEM"

Indicates a failure to retrieve an item from storage.