Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / BatchItemError

Interface: BatchItemError

Error for a single item in a batch operation

Properties

code

code: string

Error code


id

id: string

Identifier linking this error back to the request item (index for creates, resultId for updates)


index?

optional index?: number

Zero-based index of the failed item in the original request array (present for batch create)


message

message: string

Human-readable error message