Added NETWORK_ALREADY_CONNECTED error code to the documentation.
authorEwan Mellor <ewan@xensource.com>
Fri, 5 Jan 2007 15:50:20 +0000 (15:50 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 5 Jan 2007 15:50:20 +0000 (15:50 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex

index 4f44ceaddb3a3f7f710ada0460469df6da6b2213..950eb049e82ce6dd293e0fed082806533d8e8016 100644 (file)
@@ -10575,6 +10575,16 @@ expected parameters are returned.
 \begin{verbatim}MESSAGE_PARAMETER_COUNT_MISMATCH(method, expected, received)\end{verbatim}
 \begin{center}\rule{10em}{0.1pt}\end{center}
 
+\subsubsection{NETWORK\_ALREADY\_CONNECTED}
+
+You tried to create a PIF, but the network you tried to attach it to is
+already attached to some other PIF, and so the creation failed.
+
+\vspace{0.3cm}
+{\bf Signature:}
+\begin{verbatim}NETWORK_ALREADY_CONNECTED(network, connected PIF)\end{verbatim}
+\begin{center}\rule{10em}{0.1pt}\end{center}
+
 \subsubsection{SESSION\_AUTHENTICATION\_FAILED}
 
 The credentials given by the user are incorrect, so access has been denied,