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

    Type Alias PlatformTargetPartnerNotFoundError

    처리 대상 파트너가 존재하지 않는 경우

    type PlatformTargetPartnerNotFoundError = {
        type: "PLATFORM_TARGET_PARTNER_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_TARGET_PARTNER_NOT_FOUND"
    message?: string