Skip to content

CreateCanisterError

CreateCanisterError = object

Defined in: packages/canisters/src/declarations/cmc/cmc.d.ts:54

Canister creation failed and the cycles attached to the call were returned to the calling canister. A small fee may be charged.

Refunded: object

Defined in: packages/canisters/src/declarations/cmc/cmc.d.ts:55

create_error: string

The reason why creating a canister failed.

refund_amount: bigint

The amount of cycles returned to the calling canister