Name | Lookup | Attributes | |
---|---|---|---|
Minted | 1800 | ||
Burned | 1801 | ||
OutputTransferred | 1802 | ||
InputTransferred | 1803 | ||
SwapSuccess | 1804 |
Name | Docs |
---|---|
StorageOverflow | Errors should have helpful documentation associated with them. |
InsufficientBalance | Balance too low to send value. |
AlreadyExist | Swap already exists. |
InvalidProof | Swap proof is invalid. |
SourceMismatch | Source does not match. |
AlreadyClaimed | Swap has already been claimed. |
ClaimActionMismatch | Claim action mismatch. |
DurationNotPassed | Duration has not yet passed for the swap to be cancelled. |
OnlyRegularAsset | If argument must be technical, and only regular values inside it is allowed |
OnlyRegularAccount | If argument must be technical, and only regular values inside it is allowed |
OnlyRegularBalance | If argument must be technical, and only regular values inside it is allowed |
OnlyPureTechnicalAccount | If argument must be technical, and only regular values inside it is allowed |
Overflow | Got an overflow after adding. |
TechAccountIdMustBePure | If argument must be technical, and only pure technical value is allowed |
UnableToGetReprFromTechAccountId | It is not posible to extract code from `AccountId32` as representation or find it in storage. |
RepresentativeMustBeSupported | Type must sport mapping from hash to special subset of `AccountId32` |
TechAccountIdIsNotRegistered | It is not posible to find record in storage map about `AccountId32` representation for technical account. |
NotImplemented | This function or ablility is still not implemented. |
DecodeAccountIdFailed | Failed to decode `AccountId` from a hash. |
AssociatedAccountIdNotFound | Associated `AccountId` not found with a given `TechnicalAccountId`. |
OperationWithAbstractCheckingIsImposible | Operation with abstract checking is impossible. |