Pacote

    Interface Err<E>

    Error result type.

    interface Err<E> {
        constructor: any;
        type: typeof T_ERR;
        value: E;
    }

    Type Parameters

    • E

      Error type.

    Index

    Constructors

    Properties

    Constructors

    constructor: any

    Properties

    type: typeof T_ERR
    value: E
    MMNEPVFCICPMFPCPTTAAATR