Interface KristWsKeepaliveMessage

An incoming message sent from the Krist server to a websocket client.

Hierarchy

Properties

error?: string

If ok is false, the error code from the Krist API.

message?: string

If ok is false, a human-readable error message from the Krist API.

ok: boolean

Whether the request succeeded.

parameter?: string

If ok is false, the parameter that caused the error (if available).

server_time: string

The server's current time, as an ISO-8601 string.

type: "keepalive"

The type of incoming message.

Generated using TypeDoc