Skip to content
A

BROParseError

Defined in: src/types/index.ts:1823

Parse error with context

  • Error
new BROParseError(message, details): BROParseError;

Defined in: src/types/index.ts:1827

ParameterType
messagestring
details{ [key: string]: unknown; code: string; }
details.codestring

BROParseError

Error.constructor
PropertyModifierTypeInherited fromDefined in
codereadonlystring-src/types/index.ts:1824
detailsreadonlyRecord<string, unknown>-src/types/index.ts:1825
cause?publicunknownError.causenode_modules/typescript/lib/lib.es2022.error.d.ts:24
namepublicstringError.namenode_modules/typescript/lib/lib.es5.d.ts:1074
messagepublicstringError.messagenode_modules/typescript/lib/lib.es5.d.ts:1075
stack?publicstringError.stacknode_modules/typescript/lib/lib.es5.d.ts:1076