Uses of Class
io.lakefs.clients.sdk.model.Error
-
Packages that use Error Package Description io.lakefs.clients.sdk.model -
-
Uses of Error in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Error Modifier and Type Method Description static ErrorError. fromJson(String jsonString)Create an instance of Error given an JSON stringErrorImportStatus. getError()Get errorErrorError. message(String message)ErrorError. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in io.lakefs.clients.sdk.model with parameters of type Error Modifier and Type Method Description ImportStatusImportStatus. error(Error error)voidImportStatus. setError(Error error)
-