multisig
AlreadyApproved
interface:
multisig.AlreadyApproved.issummary: Call is already approved by this signatory.
AlreadyStored
interface:
multisig.AlreadyStored.issummary: The data to be stored is already stored.
MaxWeightTooLow
interface:
multisig.MaxWeightTooLow.issummary: The maximum weight information provided was too low.
MinimumThreshold
interface:
multisig.MinimumThreshold.issummary: Threshold must be 2 or greater.
NoApprovalsNeeded
interface:
multisig.NoApprovalsNeeded.issummary: Call doesn’t need any (more) approvals.
NotFound
interface:
multisig.NotFound.issummary: Multisig operation not found in storage.
NoTimepoint
interface:
multisig.NoTimepoint.issummary: No timepoint was given, yet the multisig operation is already underway.
NotOwner
interface:
multisig.NotOwner.issummary: Only the account that originally created the multisig is able to cancel it or update its deposits.
SenderInSignatories
interface:
multisig.SenderInSignatories.issummary: The sender was contained in the other signatories; it shouldn’t be.
SignatoriesOutOfOrder
interface:
multisig.SignatoriesOutOfOrder.issummary: The signatories were provided out of order; they should be ordered.
TooFewSignatories
interface:
multisig.TooFewSignatories.issummary: There are too few signatories in the list.
TooManySignatories
interface:
multisig.TooManySignatories.issummary: There are too many signatories in the list.
UnexpectedTimepoint
interface:
multisig.UnexpectedTimepoint.issummary: A timepoint was given, yet no multisig operation is underway.
WrongTimepoint
interface:
multisig.WrongTimepoint.issummary: A different timepoint was given to the multisig operation that is underway.