Skip to main content
Version: v7 Beta

Interface: VideoRuntimeError

Defined in: types/VideoError.ts:77

Extends

Accessors

code

Get Signature

get code(): TCode;

Defined in: types/VideoError.ts:45

Returns

TCode

Inherited from

VideoError.code


message

Get Signature

get message(): string;

Defined in: types/VideoError.ts:48

Returns

string

Inherited from

VideoError.message


stack

Get Signature

get stack(): string | undefined;

Defined in: types/VideoError.ts:52

Returns

string | undefined

Inherited from

VideoError.stack

Methods

toString()

toString(): string;

Defined in: types/VideoError.ts:69

Returns a string representation of an object.

Returns

string

Inherited from

VideoError.toString