Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 526 Bytes

batcherror.md

File metadata and controls

18 lines (13 loc) · 526 Bytes

BatchError

Example Usage

import { BatchError } from "@mistralai/mistralai/models/components";

let value: BatchError = {
  message: "<value>",
};

Fields

Field Type Required Description
message string ✔️ N/A
count number N/A