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

    Type Alias PlatformExternalApiFailedError

    외부 api 오류

    type PlatformExternalApiFailedError = {
        type: "PLATFORM_EXTERNAL_API_FAILED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_EXTERNAL_API_FAILED"
    message?: string