# Type alias WidgetModelErrorState
WidgetModelErrorState:
object
State of a widget model load that has failed.
# Type declaration
# error
error: Error
Error, if one occurred
# isError
isError: true
Whether the widget model load has failed
# isLoading
isLoading: false
Whether the widget model is loading
# isSuccess
isSuccess: false
Whether the widget model load has succeeded
# status
status: "error"
Loading status
# widget
widget: undefined
Widget model, if the load succeeded