FuncType - v0.60.3
    Preparing search index...

    Type Alias HttpStatusError

    type HttpStatusError = {
        _tag: "HttpStatusError";
        body: string;
        method: HttpMethod;
        status: number;
        statusText: string;
        url: string;
    }
    Index

    Properties

    _tag: "HttpStatusError"
    body: string
    method: HttpMethod
    status: number
    statusText: string
    url: string