Class: JSONSyntaxError
Error that is thrown whenever a file is not found.
Since
0.11.0
Hierarchy
-
↳
JSONSyntaxError
Table of contents
Constructors
Properties
Constructors
constructor
• new JSONSyntaxError(details
, meta
)
Parameters
Name | Type |
---|---|
details |
string |
meta |
ConfigErrorMetaData |
Overrides
ConfigInterpreterError.constructor
Defined in
kipper/config/src/errors.ts:55
Properties
message
• message: string
Inherited from
ConfigInterpreterError.message
Defined in
kipper/config/src/errors.ts:13
meta
• Optional
meta: ConfigErrorMetaData
Inherited from
Defined in
kipper/config/src/errors.ts:14