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