Class: CameraRuntimeError
Represents any kind of error that occured in the Camera View Module.
Hierarchy
CameraError<PermissionError|ParameterError|DeviceError|FormatError|FrameProcessorError|SessionError|SystemError|CameraKitError|UnknownError>↳
CameraRuntimeError
Accessors
cause
• get cause(): undefined | Error
Returns
undefined | Error
Inherited from
CameraError.cause
Defined in
CameraKitModule/CameraError.ts:130
code
• get code(): TCode
Returns
TCode
Inherited from
CameraError.code
Defined in
CameraKitModule/CameraError.ts:124
message
• get message(): string
Returns
string
Inherited from
CameraError.message
Defined in
CameraKitModule/CameraError.ts:127
Methods
toString
▸ toString(): string
Returns
string
Inherited from
CameraError.toString