Polkasafe SDK
  • ๐Ÿ›…Polkasafe SDK
  • ๐Ÿ“”What is polkadot.JS?
  • Getting started
    • ๐Ÿ”ƒInstallation
    • ๐Ÿ‘จโ€๐ŸซUsage Guide
  • Guides and tutorials
    • ๐Ÿ”—Connect Address
    • ๐Ÿ‘ฅCreate Multisig
    • ๐ŸคAdd to Address Book
    • โŽRemove from Address Book
    • ๐Ÿ“ŠGet Multisig Data by Address
    • ๐ŸงพGet Transactions for Multisig
    • ๐Ÿ’ธGet Assets for Multisig Address
    • ๐Ÿ“ฅGet Multisig Queue
    • โœ๏ธRename Multisig
    • โŒDelete Multisig
    • โœจCreate Proxy
    • ๐Ÿ“Edit Multisig
    • ๐Ÿ’ฐTransfer Funds
    • ๐Ÿ—ณ๏ธApprove Transaction
    • โ›”Cancel Transaction
    • ๐ŸˆบCustom Transaction
    • โ‰๏ธGeneric Errors
  • ๐Ÿ“งSupport and Contact
Powered by GitBook
On this page
  1. Guides and tutorials

Generic Errors

Generic Errors
Messages

missing_user_signatory

User address should be in the list of signatories.

missing_headers

Missing headers

invalid_headers

Invalid headers

missing_params

Missing parameters.

invalid_params

Invalid parameters passed to the function call.

invalid_signature

Invalid signature.

invalid_network

Invalid network.

unauthorised

Unauthorised.

internal

Internal error occured.

min_singatories

Minimum number of signatories is 2.

invalid_threshold

Threshold should be a number less than or equal to the number of signatories.

multisig_exists

Multisig already exists. Please try linki ng it.

multisig_create_error

Error while creating multisig.

onchain_multisig_fetch_error

Error while fetching multisig from chain.

multisig_not_found

Multisig not found.

multisig_not_found_on_chain

Multisig not found on chain.'

duplicate_signatories

Duplicate signatories.

invalid_limit

Min. and max. limit that can be fetched per page is 1 and 100 respectively.

invalid_page

Min. value for page is 1.

transfers_fetch_error

Error while fetching transfers.

queue_fetch_error

Error while fetching queue.

assets_fetch_error

Error while fetching assets.

PreviousCustom TransactionNextSupport and Contact

Last updated 1 year ago

โ‰๏ธ