Skip to content

Instantly share code, notes, and snippets.

@blongden
Created October 4, 2014 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blongden/a5edd47d232b36d70131 to your computer and use it in GitHub Desktop.
Save blongden/a5edd47d232b36d70131 to your computer and use it in GitHub Desktop.
vnd.error+xml
<?xml version="1.0"?>
<resource>
<total>2</total>
<resource rel="errors" logref="50">
<link rel="help" href="http://.../"/>
<message>"username" field validation failed</message>
</resource>
<resource rel="errors" logref="55">
<link rel="help" href="http://.../"/>
<message>"postcode" field validation failed</message>
</resource>
</resource>
<?xml version="1.0"?>
<resource logref="42">
<link rel="describes" href="http://path.to/describes"/>
<link rel="help" href="http://path.to/help"/>
<link rel="about" href="http://path.to/user/resource/1"/>
<message>Validation failed</message>
<resource rel="errors">
<link rel="about" href="http://path.to/user/resource/1"/>
<message>Username must contain at least three characters</message>
<path>/username</path>
</resource>
</resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment