nexus-agents - v2.80.0
    Preparing search index...

    Interface ErrorPayload

    Payload for error events.

    interface ErrorPayload {
        type: "error";
        errorCode: string;
        errorMessage: string;
        stack?: string;
        recoverable: boolean;
    }
    Index

    Properties

    type: "error"
    errorCode: string
    errorMessage: string
    stack?: string
    recoverable: boolean