Typescript SDK Type Docs
    Preparing search index...

    Interface IResponseMessage

    interface IResponseMessage {
        code: string;
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: string

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Human-readable description of the event.

    severity: string

    Severity level of the event. Can be info, warn, or error.