# Type alias DashboardModelsErrorState
DashboardModelsErrorState:
object
State of a dashboard models load that has failed.
# Type declaration
# dashboards
dashboards: undefined
The result dashboard models if the load has succeeded
# error
error: Error
The error if any occurred
# isError
isError: true
Whether the dashboard models load has failed
# isLoading
isLoading: false
Whether the dashboard models is loading
# isSuccess
isSuccess: false
Whether the dashboard models load has succeeded
# status
status: "error"
The status of the dashboard models load