Package ai.vectros.types
Class BatchItemError.Builder
java.lang.Object
ai.vectros.types.BatchItemError.Builder
- Enclosing class:
BatchItemError
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()A stable, machine-readable code identifying why this item failed.from(BatchItemError other) A human-readable explanation of why this item failed.
-
Method Details
-
from
-
code
A stable, machine-readable code identifying why this item failed.
-
code
-
message
A human-readable explanation of why this item failed.
-
message
-
build
-
additionalProperty
-
additionalProperties
-