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

    Type Alias B2bExternalServiceError

    외부 서비스에서 에러가 발생한 경우

    type B2bExternalServiceError = {
        type: "B2B_EXTERNAL_SERVICE";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_EXTERNAL_SERVICE"
    message?: string