interface VideoErrorEvent {
    message?: string;
    type: VideoErrorType;
}

Hierarchy (View Summary)

Properties

Properties

message?: string