Skip to main content

RetryBookErrorsRequest

Request body for retrying book errors

errorTypesBookErrorTypeDto (string)[]nullable

Specific error types to retry. If not provided, retry based on all current error types.

Possible values: [format_detection, parser, metadata, thumbnail, page_extraction, pdf_rendering, zero_pages, other]

Example: ["parser","thumbnail"]
RetryBookErrorsRequest
{
"errorTypes": [
"parser",
"thumbnail"
]
}