xk6-icmp
    Preparing search index...

    Interface ICMPError

    Represents an error that occurred during an ICMP operation.

    interface ICMPError {
        message: string;
        name: "ICMPError";
    }
    Index

    Properties

    Properties

    message: string

    The error message.

    name: "ICMPError"

    The error name.