api › errors › OutdatedMapError
Caused by trying to override an old map with a new one that has, however,
a lower version number. Only occurs in lib/io.writeMap
.
-
↳ OutdatedMapError
+ new OutdatedMapError(msg
: string): OutdatedMapError
Defined in src/errors/OutdatedMapError.ts:10
Creates a new OutdatedMapError with the given/default error message.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
msg |
string | "Outdated map (version too old)!" | The error message. |
Returns: OutdatedMapError
• message: string
Inherited from DuplicateSessionError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
• name: string
Inherited from DuplicateSessionError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
• stack? : string
Inherited from DuplicateSessionError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984