Interface: VideoRuntimeError
Defined in: types/VideoError.ts:77
Extends
VideoError< |LibraryError|PlayerError|SourceError|UnknownError>
Accessors
code
Get Signature
get code(): TCode;
Defined in: types/VideoError.ts:45
Returns
TCode
Inherited from
message
Get Signature
get message(): string;
Defined in: types/VideoError.ts:48
Returns
string
Inherited from
stack
Get Signature
get stack(): string | undefined;
Defined in: types/VideoError.ts:52
Returns
string | undefined
Inherited from
Methods
toString()
toString(): string;
Defined in: types/VideoError.ts:69
Returns a string representation of an object.
Returns
string