Class: IncompatibleVersionError
Error that is thrown whenever the version of a file is incompatible.
Since
0.11.0
Hierarchy
-
↳
IncompatibleVersionError
Table of contents
Constructors
Properties
Constructors
constructor
• new IncompatibleVersionError(expected, cleanExpected, actual, meta)
Parameters
| Name | Type |
|---|---|
expected |
string |
cleanExpected |
string |
actual |
string |
meta |
ConfigErrorMetaData |
Overrides
ConfigInterpreterError.constructor
Defined in
kipper/config/src/errors.ts:125
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