Share via


BatchFailedEntry Class

Constructor

pydantic model BatchFailedEntry

Parameters

Name Description
id
Required
str

Unique identifier of the entry in the batch operation.

error
Required
str

Error message associated with the entry.

Keyword-Only Parameters

Name Description
id
Default value: None
error
Default value: None

Attributes

error

field error: str = None

id

field id: str = None