@telostat/prelude - v0.7.0
    Preparing search index...

    Interface CustomError

    Type definition for custom, non-throwable errors.

    This is a useful type for the functional!Left of an functional!Either value.

    interface CustomError {
        err: Maybe<Error>;
        msg: string;
    }
    Index

    Properties

    Properties

    err: Maybe<Error>
    msg: string