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