Interface UplynkPingErrorEvent

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

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

Hierarchy (View Summary)

  • Event<"pingerror">
    • UplynkPingErrorEvent

Properties

Properties

date: Date

The creation date of the event.

error: string

The error message.

type: "pingerror"

The type of the event.