Interface UserMessageErrorInfo

This error is used to report when there was an error sending a message to the agent. {

interface UserMessageErrorInfo {
    logInfo?: unknown;
    messageID: string;
    type: USER_MESSAGE;
}

Hierarchy

  • BaseErrorInfo
    • UserMessageErrorInfo

Properties

logInfo?: unknown

An optional value that will be logged to the console as an error.

messageID: string

The ID of the message that is in error.

The discriminating value for this type.

MMNEPVFCICPMFPCPTTAAATR