Skip to content

Commit

Permalink
refs #100355 Merge remote-tracking branch 'origin/100355-document-sta…
Browse files Browse the repository at this point in the history
…tus-codes'

* origin/100355-document-status-codes:
  Refs #100355  Document existing StatusResponse codes
  • Loading branch information
David J. Kordsmeier committed May 1, 2013
2 parents fbaf955 + db89494 commit 5d36f7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/technical/StatusResponse.txt
Original file line number Diff line number Diff line change
@@ -22,3 +22,19 @@ used in various internet protocols such as HTTP, FTP, and SMTP.
== StatusText
A short textual description of the status.
Programs should rely on the StatusCode, not the StatusText, for making decisions about haw to proceed.

== Status Code Values

This table is informational, summarizing status codes that are currently is use.

[width="80%",cols="^4m,30d",options="header"]
|==================================================================
| Code | Description
| 404 | Not found
| 430 | Not authorized
| 450 | Temporarily unable to complete operation
| 453 | Could not setup multicast
| 501 | Syntax error in address
| 504 | Parameter error
| 531 | Missing or incorrect ccndid
|==================================================================

0 comments on commit 5d36f7d

Please sign in to comment.