Skip to main content

Class: CameraRuntimeError

Represents any kind of error that occured in the Camera View Module.

See the "Camera Errors" documentation for more information about Camera Errors.

Extends

Accessors

cause

Get Signature

get cause(): undefined | Error

Returns

undefined | Error

Inherited from

CameraError.cause

Defined in

CameraError.ts:145


code

Get Signature

get code(): TCode

Returns

TCode

Inherited from

CameraError.code

Defined in

CameraError.ts:139


message

Get Signature

get message(): string

Returns

string

Inherited from

CameraError.message

Defined in

CameraError.ts:142

Methods

toString()

toString(): string

Returns a string representation of an object.

Returns

string

Inherited from

CameraError.toString

Defined in

CameraError.ts:163