Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "developer_message" : "Verbose, plain language description of the problem for the app developer with hints about how to fix it.",
    "user_message":"Pass this message on to the app user if needed.",
    "field_errors": {
        "foo": {
            "developer_message": "",
            "user_message": ""
        }
    }
}

Open Question: If you want to return additional data or information with the error, such as a URL, or a list of valid request parameters, how do you attach this to the returned exception?

...

  • Read and discussed multiple points regarding the Apigee conventions:
  • Still need to cover a few significant areas, such as versioning. A second meeting will be held on Dec 29, 2014.

...