FuncType - v0.60.3
    Preparing search index...

    Type Alias DecodeError

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

    Properties

    Properties

    _tag: "DecodeError"
    body: string
    cause: unknown
    method: HttpMethod
    url: string