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

    Type Alias PlatformPartnerIdAlreadyExistsError

    type PlatformPartnerIdAlreadyExistsError = {
        type: "PLATFORM_PARTNER_ID_ALREADY_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_ID_ALREADY_EXISTS"
    message?: string