Skip to content

SerialisedError

@scaryterry/pdfium


Defined in: src/core/types.ts:856

Serialised error for worker communication.

code: number

Defined in: src/core/types.ts:859


optional context: Record<string, unknown>

Defined in: src/core/types.ts:860


message: string

Defined in: src/core/types.ts:858


name: string

Defined in: src/core/types.ts:857


optional stack: string

Defined in: src/core/types.ts:862

Stack trace (only included in debug builds).