Uses of Class
io.lakefs.clients.api.model.ObjectError
-
Packages that use ObjectError Package Description io.lakefs.clients.api.model -
-
Uses of ObjectError in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectError Modifier and Type Method Description ObjectErrorObjectError. message(String message)ObjectErrorObjectError. path(String path)ObjectErrorObjectError. statusCode(Integer statusCode)Methods in io.lakefs.clients.api.model that return types with arguments of type ObjectError Modifier and Type Method Description List<ObjectError>ObjectErrorList. getErrors()Get errorsMethods in io.lakefs.clients.api.model with parameters of type ObjectError Modifier and Type Method Description ObjectErrorListObjectErrorList. addErrorsItem(ObjectError errorsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type ObjectError Modifier and Type Method Description ObjectErrorListObjectErrorList. errors(List<ObjectError> errors)voidObjectErrorList. setErrors(List<ObjectError> errors)
-