Created
October 4, 2014 07:21
-
-
Save blongden/a5edd47d232b36d70131 to your computer and use it in GitHub Desktop.
vnd.error+xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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