Skip to content

Instantly share code, notes, and snippets.

@meker12
Created March 6, 2015 18:20
Show Gist options
  • Save meker12/7b94d3d59d45a3f4028c to your computer and use it in GitHub Desktop.
Save meker12/7b94d3d59d45a3f4028c to your computer and use it in GitHub Desktop.
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Invalid input JSON or service not deployed.</doc>
</response>
<response status="404" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Not Found" xml:lang="EN">Service not found.</doc>
</response>
<!-- <response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Missing or empty domains list.</doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Maximum length of domains list reached.</doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Invalid entry for domain value (such as [{"domain": "invalid"}]. </doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Missing or empty origins list. </doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Maximum length of origins list reached.</doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Invalid entry for origin value (such as [{"origin": "invalid"}]. </doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Non-Boolean value for origins:origin:ssl. </doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Value for origins:origin:port is something other than 80 or 443. </doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Restrictions list present with no name.</doc>
</response>
<response status="400" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="Bad Request" xml:lang="EN">Attempt to update a service with a flavor_id that is not 'cdn'.</doc>
</response>
-->
</method>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment