Skip to main content

BookErrorDto

A single error for a book

details

Additional error details (optional)

errorTypeBookErrorTypeDto (string)required

Book error type

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

messagestringrequired

Human-readable error message

Example: Failed to parse CBZ: invalid archive
occurredAtstring<date-time>required

When the error occurred

Example: 2024-01-15T10:30:00Z
BookErrorDto
{
"errorType": "format_detection",
"message": "Failed to parse CBZ: invalid archive",
"occurredAt": "2024-01-15T10:30:00Z"
}