FuncType - v0.60.3
    Preparing search index...

    Type Alias NetworkError

    type NetworkError = {
        _tag: "NetworkError";
        cause: unknown;
        method: HttpMethod;
        url: string;
    }
    Index

    Properties

    Properties

    _tag: "NetworkError"
    cause: unknown
    method: HttpMethod
    url: string