Skip to content

GetIndexPrincipalError

GetIndexPrincipalError = { GenericError: { description: string; error_code: bigint; }; } | { IndexPrincipalNotSet: null; }

Defined in: packages/canisters/src/declarations/cycles-ledger/cycles-ledger.d.ts:207

{ GenericError: { description: string; error_code: bigint; }; }

GenericError: object

Any error not covered by the above variants.

description: string

error_code: bigint

{ IndexPrincipalNotSet: null; }

IndexPrincipalNotSet: null