BatchFailedEntry Class
Constructor
pydantic model BatchFailedEntry
Parameters
| Name | Description |
|---|---|
|
id
Required
|
Unique identifier of the entry in the batch operation. |
|
error
Required
|
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