ApproveError
ApproveError = {
GenericError: {error_code:bigint;message:string; }; } | {TemporarilyUnavailable:null; } | {Duplicate: {duplicate_of:bigint; }; } | {BadFee: {expected_fee:bigint; }; } | {AllowanceChanged: {current_allowance:bigint; }; } | {CreatedInFuture: {ledger_time:bigint; }; } | {TooOld:null; } | {Expired: {ledger_time:bigint; }; } | {InsufficientFunds: {balance:bigint; }; }
Defined in: packages/canisters/src/declarations/cycles-ledger/cycles-ledger.d.ts:41