Uses of Class
com.mindee.parsing.v2.ErrorItem
-
Packages that use ErrorItem Package Description com.mindee.parsing.v2 -
-
Uses of ErrorItem in com.mindee.parsing.v2
Methods in com.mindee.parsing.v2 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.parsing.v2 with type arguments of type ErrorItem Constructor Description ErrorResponse(String title, String detail, int status, String code, List<ErrorItem> errors)
-