Skip to main content

Class: CameraCaptureError

Represents any kind of error that occured while trying to capture a video or photo.

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

Hierarchy

Accessors

cause

get cause(): undefined | Error

Returns

undefined | Error

Inherited from

CameraError.cause

Defined in

CameraError.ts:121


code

get code(): TCode

Returns

TCode

Inherited from

CameraError.code

Defined in

CameraError.ts:115


message

get message(): string

Returns

string

Inherited from

CameraError.message

Defined in

CameraError.ts:118

Methods

toString

toString(): string

Returns

string

Inherited from

CameraError.toString

Defined in

CameraError.ts:139