happypdf / PDFObjectParsingError
Class: PDFObjectParsingError
Defined in: src/core/errors.ts:174
Extends
Constructors
Constructor
ts
new PDFObjectParsingError(pos, byte): PDFObjectParsingError;Defined in: src/core/errors.ts:175
Parameters
| Parameter | Type |
|---|---|
pos | Position |
byte | number |
Returns
PDFObjectParsingError
Overrides
Properties
cause?
ts
optional cause?: unknown;Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
message
ts
message: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
name
ts
name: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
stack?
ts
optional stack?: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078