happypdf / PDFParsingError
Class: PDFParsingError
Defined in: src/core/errors.ts:158
Extends
Error
Extended by
NextByteAssertionErrorPDFObjectParsingErrorPDFInvalidObjectParsingErrorPDFStreamParsingErrorUnbalancedParenthesisErrorStalledParserErrorMissingPDFHeaderErrorMissingKeywordError
Constructors
Constructor
ts
new PDFParsingError(pos, details): PDFParsingError;Defined in: src/core/errors.ts:159
Parameters
| Parameter | Type |
|---|---|
pos | Position |
details | string |
Returns
PDFParsingError
Overrides
ts
Error.constructorProperties
cause?
ts
optional cause?: unknown;Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
ts
Error.causemessage
ts
message: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
ts
Error.messagename
ts
name: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
ts
Error.namestack?
ts
optional stack?: string;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
ts
Error.stack