requestStatuses
Last updated
Last updated
An object that represents the four statuses that a request can have. The complete object is shown below:
Although this object can be used to check the status of a request in your
view layer, it's often more convenient to use
for that purpose. For this reason, we recommend restricting your usage of this
object to plugins, reducers, or action creators.