React Corsair - v0.0.10
    Preparing search index...

    Interface ErrorState

    The state of a route which has thrown an error during rendering or from a data loader.

    interface ErrorState {
        error: any;
        status: "error";
    }
    Index

    Properties

    Properties

    error: any

    A thrown error.

    status: "error"

    The route status.