• @[email protected]
    link
    fedilink
    English
    206 days ago

    What about both? User supplies bad input? HTTP 400 with response body json describing the error in a standard format?

    • bountygiver [any]
      link
      fedilink
      English
      76 days ago

      when you are too lazy to ask your request library to not throw exception on non-200 responses.

      • @[email protected]
        link
        fedilink
        56 days ago

        Throwing exceptions is fine since errors are an exceptional circumstance (not expected during normal use of the app), and you probably want errors to follow a different code path so that they can be logged, alerts triggered if needed, etc.