@0xcert/scaffold
Version:
Overarching module with types, enums, and interfaces for easier development of interoperable modules.
100 lines (98 loc) • 9.26 kB
text/typescript
import { ProviderIssue } from './issues';
export default {
[ ]: 'Actions order kind not supported.',
[ ]: 'Amount of signature not consistent with signers for DYNAMIC_ACTIONS_ORDER kind.',
[ ]: 'Amount of signature not consistent with signers for FIXED_ACTIONS_ORDER kind.',
[ ]: 'Amount of signature not consistent with signers for SIGNED_DYNAMIC_ACTIONS_ORDER kind.',
[ ]: 'Amount of signature not consistent with signers for SIGNED_FIXED_ACTIONS_ORDER kind.',
[ ]: 'ReceiverId is not set.',
[ ]: 'Invalid proxy kind.',
[ ]: 'SenderId is not a signer.',
[ ]: 'Both senderId and receiverId are missing.',
[ ]: 'Not implemented.',
[ ]: 'First set approval to 0. ERC-20 token potential attack.',
[ ]: 'Sender does not have sufficient balance.',
[ ]: 'You do not have sufficient allowance.',
[ ]: 'Provided address cannot be zero address.',
[ ]: 'Asset with this ID does not exist.',
[ ]: 'Sender is neither asset owner nor operator.',
[ ]: 'Sender is neither asset owner, approved nor operator.',
[ ]: 'Receiver is not able to safely receive the asset.',
[ ]: 'Asset with provided ID already exists.',
[ ]: 'Provided address cannot be zero address.',
[ ]: 'Asset with this ID does not exist.',
[ ]: 'Sender is neither asset owner nor operator.',
[ ]: 'Sender is neither asset owner, approved nor operator.',
[ ]: 'Receiver is not able to safely receive the asset.',
[ ]: 'Asset with provided ID already exists.',
[ ]: 'Provided address cannot be zero address.',
[ ]: 'Asset with this ID does not exist.',
[ ]: 'Sender is neither asset owner nor operator.',
[ ]: 'Sender is neither asset owner, approved nor operator.',
[ ]: 'Receiver is not able to safely receive the asset.',
[ ]: 'Asset with provided ID already exists.',
[ ]: 'There is no asset at provided index.',
[ ]: 'Provided address cannot be zero address.',
[ ]: 'Asset with this ID does not exist.',
[ ]: 'Sender is neither asset owner nor operator.',
[ ]: 'Sender is neither asset owner, approved nor operator.',
[ ]: 'Receiver is not able to safely receive the asset.',
[ ]: 'Asset with provided ID already exists.',
[ ]: 'There is no asset at provided index.',
[ ]: 'Asset ledger does not have capability for this action.',
[ ]: 'Transfers on this asset ledger are currently disabled.',
[ ]: 'Asset with this ID does not exist.',
[ ]: 'Sender is neither asset owner nor operator.',
[ ]: 'Provided signature is invalid.',
[ ]: 'Provided signature kind is invalid.',
[ ]: 'This order was already performed.',
[ ]: 'This order has expired.',
[ ]: 'This order was canceled.',
[ ]: 'You are not the owner of the order.',
[ ]: 'This action caused a math error: overflow.',
[ ]: 'This action caused a math error: subtrahend is greater than minuend.',
[ ]: 'This action caused a math error: division by zero.',
[ ]: 'Provided signature kind is invalid.',
[ ]: 'Sender is not allowed to execute this order.',
[ ]: 'This order has expired.',
[ ]: 'Provided signature is invalid.',
[ ]: 'This order was canceled.',
[ ]: 'This order was already performed.',
[ ]: 'Sender is not the creator of this order.',
[ ]: 'Sender does not have sufficient balance.',
[ ]: 'You do not have sufficient allowance.',
[ ]: 'Tokens cannot be sent to this recipient. Recipients are limited.',
[ ]: 'Migration is not in progress.',
[ ]: 'Migration is in progress.',
[ ]: 'Migration cannot be performed. Please notify token owner.',
[ ]: 'Provided signature is invalid.',
[ ]: 'This order was already performed.',
[ ]: 'This order has expired.',
[ ]: 'Provided signature kind is invalid.',
[ ]: 'This order was canceled.',
[ ]: 'Provided signature kind is invalid.',
[ ]: 'Sender is not allowed to execute this order.',
[ ]: 'This order has expired.',
[ ]: 'Provided signature is invalid.',
[ ]: 'This order was canceled.',
[ ]: 'This order was already performed.',
[ ]: 'Sender is not the creator of this order.',
[ ]: 'Transfer failed.',
[ ]: 'Provided signature kind is invalid.',
[ ]: 'Invalid proxy.',
[ ]: 'Sender is not one of the signers.',
[ ]: 'This order has expired.',
[ ]: 'Provided signature is invalid.',
[ ]: 'This order was canceled.',
[ ]: 'This order was already performed.',
[ ]: 'Sender is not one of the signers.',
[ ]: 'Signer of CREATE_ASSET action does not have ALLOW_CREATE_ASSET ability.',
[ ]: 'Signer of UPDATE_ASSET action does not have ALLOW_UPDATE_ASSET ability.',
[ ]: 'Signer of SET_ASSET_LEDGER_ABILITY action does not have ALLOW_MANAGE_ABILITIES ability.',
[ ]: 'Signer of DESTROY_ASSET action is not the asset owner.',
[ ]: 'Sender does not have specified ability.',
[ ]: 'Ability 0 is not a valid ability.',
[ ]: 'Sender is not an owner.',
[ ]: 'Provided address cannot be zero address.',
[ ]: 'Sender cannot claim ownership.',
};