Concept Flow - Problem Details (RFC 7807) format
Client sends request
Server detects error
Server creates Problem Details JSON
Server sends response with JSON
Client reads error details
Client handles error accordingly
The client sends a request; if the server finds an error, it sends back a JSON with problem details following RFC 7807; the client reads and handles the error.
