decode.Class.GainMapNotFoundError - MONOGRID/gainmap-js GitHub Wiki

@monogrid/gainmap-js / decode / GainMapNotFoundError

Class: GainMapNotFoundError

Defined in: src/decode/shared/errors/GainMapNotFoundError.ts:1

Extends

  • Error

Constructors

Constructor

new GainMapNotFoundError(message?): GainMapNotFoundError

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

Parameters

message?

string

Returns

GainMapNotFoundError

Inherited from

Error.constructor

Constructor

new GainMapNotFoundError(message?, options?): GainMapNotFoundError

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

Parameters

message?

string

options?

ErrorOptions

Returns

GainMapNotFoundError

Inherited from

Error.constructor