edgeport - v1.0.3
    Preparing search index...

    Interface EdgeportErrorOptions

    Options accepted by every edgeport error constructor.

    interface EdgeportErrorOptions {
        cause?: unknown;
        protocol?: string;
    }
    Index
    cause?: unknown

    The underlying error or value that caused this one, if any.

    protocol?: string

    The protocol that raised the error (e.g. "ssh", "smtp").