# Type alias DashboardModelErrorState

DashboardModelErrorState: object

State of a dashboard model load that has failed.

# Type declaration

# dashboard

dashboard: undefined

The result dashboard model if the load has succeeded


# error

error: Error

The error if any occurred


# isError

isError: true

Whether the dashboard model load has failed


# isLoading

isLoading: false

Whether the dashboard model is loading


# isSuccess

isSuccess: false

Whether the dashboard model load has succeeded


# status

status: "error"

The status of the dashboard model load