Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Latest commit

 

History

History
81 lines (44 loc) · 2.02 KB

errors.outdatedmaperror.md

File metadata and controls

81 lines (44 loc) · 2.02 KB

apierrorsOutdatedMapError

Class: 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.

Hierarchy

  • Error

    OutdatedMapError

Index

Constructors

Properties

Constructors

constructor

+ 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

Properties

message

message: string

Inherited from DuplicateSessionError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Inherited from DuplicateSessionError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : string

Inherited from DuplicateSessionError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:975


Static Error

Error: ErrorConstructor

Defined in node_modules/typescript/lib/lib.es5.d.ts:984