Uses of Class
com.onfido.model.ErrorProperties
-
Packages that use ErrorProperties Package Description com.onfido.model -
-
Uses of ErrorProperties in com.onfido.model
Methods in com.onfido.model that return ErrorProperties Modifier and Type Method Description ErrorPropertiesErrorProperties. fields(Map<String,Object> fields)static ErrorPropertiesErrorProperties. fromJson(String jsonString)Create an instance of ErrorProperties given an JSON stringErrorPropertiesError. getError()Get errorErrorPropertiesErrorProperties. message(String message)ErrorPropertiesErrorProperties. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ErrorPropertiesErrorProperties. putFieldsItem(String key, Object fieldsItem)ErrorPropertiesErrorProperties. type(String type)Methods in com.onfido.model with parameters of type ErrorProperties Modifier and Type Method Description ErrorError. error(ErrorProperties error)voidError. setError(ErrorProperties error)
-