Skip to content
A

BROParseError

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

Parse error with context

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

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

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

BROParseError

Error.constructor
PropertyModifierTypeInherited fromDefined in
codereadonlystring-src/types/index.ts:1365
detailsreadonlyRecord<string, unknown>-src/types/index.ts:1366
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