Pacote
Preparing search index...
@pacote/result
Err
Interface Err<E>
Error result type.
interface
Err
<
E
>
{
constructor
:
any
;
type
:
typeof
T_ERR
;
value
:
E
;
}
Type Parameters
E
Error type.
Index
Constructors
constructor
Properties
type
value
Constructors
constructor
constructor
:
any
Properties
Readonly
type
type
:
typeof
T_ERR
Readonly
value
value
:
E
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
value
Pacote
Loading...
Error result type.