API XML Error
From FreeDESK
(Difference between revisions)
(Created page with "A FreeDESK XML error will contain an error code and textual description. == Example ==") |
|||
| Line 2: | Line 2: | ||
== Example == | == Example == | ||
| + | <source lang="xml"> | ||
| + | <error> | ||
| + | <code>XXXX</code> | ||
| + | <text>Textual Error Description</text> | ||
| + | </error> | ||
| + | </source> | ||
| + | |||
| + | == Error Codes == | ||
Revision as of 18:32, 21 August 2012
A FreeDESK XML error will contain an error code and textual description.
Example
<error> <code>XXXX</code> <text>Textual Error Description</text> </error>