@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
48 lines • 1.64 kB
TypeScript
declare const errorCodes: {
AcceptPaymentError: string;
AjaxError: string;
BalancesUnavailableError: string;
BlockchainUnavailableError: string;
ERC20ContractError: string;
GatewayActivationError: string;
GatewayAuthorizationDeniedError: string;
GatewayConnectorError: string;
GatewayValidationError: string;
GovernanceSignerUnavailableError: string;
HypernetGovernorContractError: string;
InsufficientBalanceError: string;
InvalidParametersError: string;
InvalidPaymentError: string;
InvalidPaymentIdError: string;
LogicalError: string;
MessagingError: string;
NonFungibleRegistryContractError: string;
OfferMismatchError: string;
PaymentCreationError: string;
PaymentFinalizeError: string;
PaymentStakeError: string;
PersistenceError: string;
PostmateError: string;
ProviderRpcError: string;
ProxyError: string;
RegistryFactoryContractError: string;
RegistryPermissionError: string;
RenderError: string;
RouterChannelUnknownError: string;
RouterUnauthorizedError: string;
TransferCreationError: string;
TransferResolutionError: string;
VectorError: string;
InactiveGatewayError: string;
BatchModuleContractError: string;
LazyMintModuleContractError: string;
IPFSUnavailableError: string;
GasPriceError: string;
TransactionNotImplementedError: string;
TransactionServerError: string;
TransactionTimeoutError: string;
TransactionUnknownError: string;
TransactionUnsupportedOperationError: string;
};
export default errorCodes;
//# sourceMappingURL=errorCodes.d.ts.map