logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-03-03 | 2009-03-03 | ||
no error example is for download, not upload (martin) | do not process error messages (martin) | ||
Line 49: | Line 49: | ||
</code> | </code> | ||
- | If ''success'' is ''false'', ''result'' element will typically include one or more ''message'' elements with error message(s). The error message is free text, that may be language-, protocol- or even server-specific. | + | If ''success'' is ''false'', ''result'' element will typically include one or more ''message'' elements with error message(s). The error message is free text, that may be language-, protocol- or even server-specific. So you should not try to process it automatically. |
The following example is from English version, connected with SFTP protocol to OpenSSH server: | The following example is from English version, connected with SFTP protocol to OpenSSH server: |