Interface VerizonMediaPingErrorEvent

Fired when an error or invalid response is received from the Ping API.

interface VerizonMediaPingErrorEvent {
    date: Date;
    error: string;
    type: "pingerror";
}

Hierarchy (view full)

  • Event<"pingerror">
    • VerizonMediaPingErrorEvent

Properties

Properties

date: Date

The creation date of the event.

error: string

The error message.

type: "pingerror"

The type of the event.