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

Type declaration

  • type: "PLATFORM_CONTRACTS_NOT_FOUND"
  • ids: string[]
  • graphqlIds: string[]
  • Optionalmessage?: string