Notifies that an error has occurred on the server for an engagement.

interface EngagementError {
    detail: string;
    dialogId: string;
    engagementId: string;
    eventDate: Date;
    title: string;
    type: string;
}

Hierarchy (view full)

Properties

detail: string

The detailed description of the error

dialogId: string

The unique 36 character internal id that represents the dialog.

engagementId: string

The unique 36 character internal id that represents the engagement.

eventDate: Date

The date-time when the event was generated by the Contact Center

title: string

The title (summary) of the error

type: string

The type of the error