Triggered when a feedback message could not be sent. The payload contains the message.

interface FeedbackLoadingErrorEvent {
    payload: string;
    type: "feedbackLoadingError";
}

Hierarchy

  • EventWithPayload
    • FeedbackLoadingErrorEvent

Properties

Properties

payload: string
type: "feedbackLoadingError"