0x0::err

Exports error functions. All errors in this smart contract have a prefix which distinguishes them from errors in other packages.

Structs

Methods

public fun supply_regulated(): u64

public fun supply_not_regulated(): u64

public fun supply_is_not_zero(): u64

public fun supply_frozen(): u64

public fun supply_not_frozen(): u64

public fun max_supply_cannot_be_below_current_supply(): u64

public fun supply_maxed_out(): u64

public fun wrong_marketplace_admin(): u64

public fun marketplace_listing_mismatch(): u64

public fun wrong_marketplace_or_listing_admin(): u64

public fun wrong_listing_admin(): u64

public fun wrong_fee_policy_type(): u64

public fun has_custom_fee_policy(): u64

public fun listing_already_attached_to_marketplace(): u64

public fun listing_has_not_applied_to_this_marketplace(): u64

public fun action_exclusive_to_standalone_listings(): u64

public fun order_does_not_exist(): u64

public fun order_owner_must_be_sender(): u64

public fun order_price_below_reserve(): u64

public fun safe_cap_mismatch(): u64

public fun safe_does_not_contain_nft(): u64

public fun nft_exclusively_listed(): u64

public fun transfer_cap_nft_mismatch(): u64

public fun transfer_cap_expired(): u64

public fun safe_does_not_accept_deposits(): u64

public fun nft_not_exclusively_listed(): u64

public fun safe_id_mismatch(): u64

public fun generic_nft_must_not_be_protocol_type(): u64

public fun nft_is_generic(): u64

public fun cannot_trade_with_self(): u64

public fun witness_source_mismatch(): u64

public fun must_be_witness(): u64

public fun sender_not_owner(): u64

public fun address_not_attributed(): u64

public fun address_does_not_have_enough_shares(): u64

public fun invalid_total_share_of_royalties(): u64

public fun share_attribution_already_exists(): u64