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

    Type Alias PlatformExternalApiTemporarilyFailedError

    외부 api의 일시적인 오류

    type PlatformExternalApiTemporarilyFailedError = {
        type: "PLATFORM_EXTERNAL_API_TEMPORARILY_FAILED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_EXTERNAL_API_TEMPORARILY_FAILED"
    message?: string