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

    Type Alias PlatformContractsNotFoundError

    type PlatformContractsNotFoundError = {
        type: "PLATFORM_CONTRACTS_NOT_FOUND";
        ids: string[];
        graphqlIds: string[];
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_CONTRACTS_NOT_FOUND"
    ids: string[]
    graphqlIds: string[]
    message?: string