FuncType - v1.4.1
    Preparing search index...

    Type Alias DecoderErrorLeaf

    type DecoderErrorLeaf = {
        _tag: "Leaf";
        cause?: unknown;
        message: string;
        path: ReadonlyArray<string>;
    }
    Index

    Properties

    Properties

    _tag: "Leaf"
    cause?: unknown
    message: string
    path: ReadonlyArray<string>