As i understand now - when a `REQUEST` FSA gets fired, this can result in a: - `REQUEST` FSA with error flag (for example when the API request cant be made) - `SUCCESS` FSA (for example for API response 200 OK) - `FAILURE` FSA (for example for API response 404 Not Found) But in my view one `REQUEST` FSA should result in (only and) exactly one FSA, either `SUCCESS` or `FAILURE`. I haven't actually used it, but i dont really understand the first one. Whats the argument for not returning a `FAILURE` FSA in that case?