@portone/server-sdk
    Preparing search index...

    Type Alias B2bIdAlreadyExistsError

    ID가 이미 사용중인 경우

    type B2bIdAlreadyExistsError = {
        type: "B2B_ID_ALREADY_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_ID_ALREADY_EXISTS"
    message?: string