@portone/browser-sdk
Version:
PortOne SDK for browser
12 lines (11 loc) • 671 B
TypeScript
export declare const TxServiceIdentityVerificationErrorCode: {
readonly RequestParseFailed: "RequestParseFailed";
readonly InvalidEntityState: "InvalidEntityState";
readonly StoreNotFound: "StoreNotFound";
readonly ChannelNotFound: "ChannelNotFound";
readonly PGProviderError: "PGProviderError";
readonly IdentityVerificationAlreadyVerified: "IdentityVerificationAlreadyVerified";
readonly AllChannelsNotSatisfied: "AllChannelsNotSatisfied";
readonly UnknownError: "UnknownError";
};
export type TxServiceIdentityVerificationErrorCode = (typeof TxServiceIdentityVerificationErrorCode)[keyof typeof TxServiceIdentityVerificationErrorCode];