Skip to main content

@novorender/api / MeasureError

Class: MeasureError

Defined in: @novorender/src/measure/measure_view.ts:96

Base class for specific errors from the measure API.

Extends

  • Error

Constructors

Constructor

new MeasureError(type, message): MeasureError;

Defined in: @novorender/src/measure/measure_view.ts:97

Parameters

ParameterType
typestring
messagestring

Returns

MeasureError

Overrides

Error.constructor

Properties

cause?

optional cause: unknown;

Defined in: node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

Error.cause

message

message: string;

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

Inherited from

Error.message

name

name: string;

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

Inherited from

Error.name

stack?

optional stack: string;

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

Inherited from

Error.stack

type

readonly type: string;

Defined in: @novorender/src/measure/measure_view.ts:98