Package uniffi.cedarling_uniffi
Class BatchItemError
-
- All Implemented Interfaces:
public final class BatchItemErrorPer-item build failure surfaced inside a batch response when Cedar couldn't be reached for that item.
categoryis the stable variant slug (action_parse,resource_build, …),item_indexis the position of the failing item in the originalitemslist.
-
-
Constructor Summary
Constructors Constructor Description BatchItemError(String category, Long itemIndex, String message)
-
Method Summary
Modifier and Type Method Description final StringgetCategory()final UnitsetCategory(String value)final LonggetItemIndex()final UnitsetItemIndex(Long value)final StringgetMessage()final UnitsetMessage(String value)-
-
Method Detail
-
getCategory
final String getCategory()
-
setCategory
final Unit setCategory(String value)
-
getItemIndex
final Long getItemIndex()
-
setItemIndex
final Unit setItemIndex(Long value)
-
getMessage
final String getMessage()
-
setMessage
final Unit setMessage(String value)
-
-
-
-