UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

17 lines (16 loc) 860 B
export declare const TxServicePayErrorCode: { readonly RequestParseFailed: "RequestParseFailed"; readonly InvalidEntityState: "InvalidEntityState"; readonly ConfirmUrlRequired: "ConfirmUrlRequired"; readonly StoreNotFound: "StoreNotFound"; readonly ChannelNotFound: "ChannelNotFound"; readonly PGProviderError: "PGProviderError"; readonly PaymentNotFound: "PaymentNotFound"; readonly PaymentAlreadyPaid: "PaymentAlreadyPaid"; readonly TransactionNotFound: "TransactionNotFound"; readonly AllChannelsNotSatisfied: "AllChannelsNotSatisfied"; readonly AmountNotEqualToPredefined: "AmountNotEqualToPredefined"; readonly ConfirmProcessFailed: "ConfirmProcessFailed"; readonly UnknownError: "UnknownError"; }; export type TxServicePayErrorCode = (typeof TxServicePayErrorCode)[keyof typeof TxServicePayErrorCode];