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

    Type Alias PlatformTransferAlreadyExistsError

    type PlatformTransferAlreadyExistsError = {
        type: "PLATFORM_TRANSFER_ALREADY_EXISTS";
        transferId: string;
        transferGraphqlId: string;
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_TRANSFER_ALREADY_EXISTS"
    transferId: string
    transferGraphqlId: string
    message?: string