@eoussama/firemitt
    Preparing search index...

    Interface IError

    Custom error type.

    interface IError {
        message: string;
        name: string;
        type: ErrorType;
    }

    Implemented by

    Index

    Properties

    Properties

    message: string

    The error message.

    name: string

    The name of the error.

    type: ErrorType

    The type of error.