Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created December 1, 2009 21:41
Show Gist options
  • Select an option

  • Save coderberry/246681 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/246681 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>REJECTED</status>
<error>One or more order items are invalid</error>
</response>
or
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>REJECTED</status>
<errors>
<error>Reason 1</error>
<error>Reason 2</error>
<error>Reason 3</error>
</errors>
</response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment