@eoussama/firemitt
Preparing search index...
IError
Interface IError
Custom error type.
interface
IError
{
message
:
string
;
name
:
string
;
type
:
ErrorType
;
}
Implemented by
BaseError
Index
Properties
message
name
type
Properties
message
message
:
string
The error message.
name
name
:
string
The name of the error.
type
type
:
ErrorType
The type of error.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
name
type
@eoussama/firemitt
Loading...
Custom error type.