# Type alias HierarchyModelsErrorState
HierarchyModelsErrorState:
object
State of a hierarchy models load that has failed.
# Type declaration
# error
error: Error
Error, if one occurred
# hierarchies
hierarchies: undefined
Hierarchy models, if the load succeeded
# isError
isError: true
Whether the hierarchy models load has failed
# isLoading
isLoading: false
Whether the hierarchy models is loading
# isSuccess
isSuccess: false
Whether the hierarchy models load has succeeded
# status
status: "error"
Loading status