xk6-mqtt
    Preparing search index...

    Interface MQTTError

    Represents an error that occurred during an MQTT operation.

    interface MQTTError {
        message: string;
        method: string;
        name: "MQTTError";
    }
    Index

    Properties

    Properties

    message: string

    The error message.

    method: string

    The method where the error occurred.

    name: "MQTTError"

    The error name.