Uses of Class
com.mindee.parsing.v2.ErrorResponse
-
Packages that use ErrorResponse Package Description com.mindee.parsing.v2 -
-
Uses of ErrorResponse in com.mindee.parsing.v2
Methods in com.mindee.parsing.v2 that return ErrorResponse Modifier and Type Method Description ErrorResponse
Job. getError()
Status of the job.ErrorResponse
JobWebhook. 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)
-