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

Hierarchy (view full)

Properties

Properties

message?: string