Class: RefInvalidPathError
Error that is thrown whenever an invalid path is encountered.
Since
0.11.0
Hierarchy
-
↳
RefInvalidPathError
Table of contents
Constructors
Properties
Constructors
constructor
• new RefInvalidPathError(fileName
, details
, meta
)
Parameters
Name | Type |
---|---|
fileName |
string |
details |
string |
meta |
ConfigErrorMetaData |
Overrides
ConfigInterpreterError.constructor
Defined in
kipper/config/src/errors.ts:75
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