Uses of Class
com.mindee.v2.parsing.error.ErrorResponse
-
Packages that use ErrorResponse Package Description com.mindee.v2.http com.mindee.v2.parsing com.mindee.v2.parsing.inference -
-
Uses of ErrorResponse in com.mindee.v2.http
Methods in com.mindee.v2.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.v2.parsing
Methods in com.mindee.v2.parsing 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.v2.parsing with parameters of type ErrorResponse Constructor Description Job(LocalDateTime createdAt, LocalDateTime completedAt, String id, String status, ErrorResponse error, String modelId, String fileName, String fileAlias, String pollingUrl, String resultUrl, List<JobWebhook> webhooks)Creates a newJobinstance.JobWebhook(String id, ErrorResponse error, LocalDateTime createdAt, String status)Creates a newJobWebhookinstance. -
Uses of ErrorResponse in com.mindee.v2.parsing.inference
Methods in com.mindee.v2.parsing.inference that return ErrorResponse Modifier and Type Method Description ErrorResponseFailedInferenceResponse. getError()Problem details for the failure, if available.Methods in com.mindee.v2.parsing.inference with parameters of type ErrorResponse Modifier and Type Method Description voidFailedInferenceResponse. setError(ErrorResponse error)Problem details for the failure, if available.
-