Skip to content

What is the reasoning for a Request FSA with error flag? (vs a Failure FSA) #44

@barrystaes

Description

@barrystaes

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions