Skip to content

SerialisedError

@scaryterry/pdfium


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

Serialised error for worker communication.

code: number

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


optional context: Record<string, unknown>

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


message: string

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


name: string

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


optional stack: string

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

Stack trace (only included in debug builds).