Uses of Class
com.mindee.v2.parsing.ErrorItem
-
Packages that use ErrorItem Package Description com.mindee.v2.parsing -
-
Uses of ErrorItem in com.mindee.v2.parsing
Methods in com.mindee.v2.parsing that return types with arguments of type ErrorItem Modifier and Type Method Description List<ErrorItem>ErrorResponse. getErrors()The HTTP status code returned by the server.Constructor parameters in com.mindee.v2.parsing with type arguments of type ErrorItem Constructor Description ErrorResponse(String title, String detail, int status, String code, List<ErrorItem> errors)Creates a newErrorResponseinstance.
-