BROParseError
Class: BROParseError
Section titled “Class: BROParseError”Defined in: src/types/index.ts:1364
Parse error with context
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BROParseError(message, details): BROParseError;Defined in: src/types/index.ts:1368
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
details | { [key: string]: unknown; code: string; } |
details.code | string |
Returns
Section titled “Returns”BROParseError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
code | readonly | string | - | src/types/index.ts:1365 |
details | readonly | Record<string, unknown> | - | src/types/index.ts:1366 |
cause? | public | unknown | Error.cause | node_modules/typescript/lib/lib.es2022.error.d.ts:24 |
name | public | string | Error.name | node_modules/typescript/lib/lib.es5.d.ts:1074 |
message | public | string | Error.message | node_modules/typescript/lib/lib.es5.d.ts:1075 |
stack? | public | string | Error.stack | node_modules/typescript/lib/lib.es5.d.ts:1076 |