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

Type declaration

  • type: "PLATFORM_TRANSFER_ALREADY_EXISTS"
  • transferId: string
  • transferGraphqlId: string
  • Optionalmessage?: string