Uses of Class
com.mindee.parsing.v2.ErrorResponse
-
Packages that use ErrorResponse Package Description com.mindee.http com.mindee.parsing.v2 -
-
Uses of ErrorResponse in com.mindee.http
Methods in com.mindee.http that return ErrorResponse Modifier and Type Method Description protected ErrorResponseMindeeApiV2. makeUnknownError(int statusCode)Creates an "unknown error" response from an HTTP status code. -
Uses of ErrorResponse in com.mindee.parsing.v2
Methods in com.mindee.parsing.v2 that return ErrorResponse Modifier and Type Method Description ErrorResponseJob. getError()Status of the job.ErrorResponseJobWebhook. getError()An error encountered while processing the webhook.Constructors in com.mindee.parsing.v2 with parameters of type ErrorResponse Constructor Description Job(LocalDateTime createdAt, String id, String status, ErrorResponse error, String modelId, String fileName, String fileAlias, String pollingUrl, String resultUrl, List<JobWebhook> webhooks)JobWebhook(String id, ErrorResponse error, LocalDateTime createdAt, String status)
-