Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 5ce845878 -> d5075863c
GUACAMOLE-208: Document new Guacamole status codes. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/c2c2effe Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/c2c2effe Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/c2c2effe Branch: refs/heads/master Commit: c2c2effe1e63a8ec4c2e28fdae99e89a599c73ea Parents: 5ce8458 Author: Michael Jumper <[email protected]> Authored: Sat Feb 11 16:19:08 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Wed Feb 15 21:26:47 2017 -0800 ---------------------------------------------------------------------- .../instructions/server/stream/ack.xml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/c2c2effe/src/references/instructions/server/stream/ack.xml ---------------------------------------------------------------------- diff --git a/src/references/instructions/server/stream/ack.xml b/src/references/instructions/server/stream/ack.xml index 19d309a..61b80a1 100644 --- a/src/references/instructions/server/stream/ack.xml +++ b/src/references/instructions/server/stream/ack.xml @@ -110,6 +110,51 @@ </entry> </row> <row> + <entry>519</entry> + <entry><constant>UPSTREAM_NOT_FOUND</constant></entry> + <entry> + <para>The upstream server does not appear to exist, or cannot be + reached over the network. In most cases, the upstream server is + the remote desktop server.</para> + </entry> + </row> + <row> + <entry>520</entry> + <entry><constant>UPSTREAM_UNAVAILABLE</constant></entry> + <entry> + <para>The upstream server is refusing to service connections. In + most cases, the upstream server is the remote desktop + server.</para> + </entry> + </row> + <row> + <entry>521</entry> + <entry><constant>SESSION_CONFLICT</constant></entry> + <entry> + <para>The session within the upstream server has ended because it + conflicts with another session. In most cases, the upstream + server is the remote desktop server.</para> + </entry> + </row> + <row> + <entry>522</entry> + <entry><constant>SESSION_TIMEOUT</constant></entry> + <entry> + <para>The session within the upstream server has ended because it + appeared to be inactive. In most cases, the upstream server is + the remote desktop server.</para> + </entry> + </row> + <row> + <entry>523</entry> + <entry><constant>SESSION_CLOSED</constant></entry> + <entry> + <para>The session within the upstream server has been forcibly + closed. In most cases, the upstream server is the remote desktop + server.</para> + </entry> + </row> + <row> <entry>768</entry> <entry><constant>CLIENT_BAD_REQUEST</constant></entry> <entry>
