@luolapeikko/result-option
    Preparing search index...

    Type Alias IJsonErr<ErrType>

    JSON representation of Err class

    v0.6.6

    type IJsonErr<ErrType> = {
        $class: "Result::Err";
        value: ErrType;
    }

    Type Parameters

    • ErrType
    Index

    Properties

    Properties

    $class: "Result::Err"
    value: ErrType