api: document more VPN connection failure codes (bgo #643324)

This commit is contained in:
Dan Williams 2011-02-25 13:58:51 -06:00
parent 677cb1aaba
commit b44b1747fa

View file

@ -130,6 +130,16 @@
Necessary secrets for the VPN connection were not provided.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="LOGIN_FAILED" value="10">
<tp:docstring>
Authentication to the VPN server failed.
</tp:docstring>
</tp:enumvalue>
<tp:enumvalue suffix="CONNECTION_REMOVED" value="11">
<tp:docstring>
The connection was deleted from settings.
</tp:docstring>
</tp:enumvalue>
</tp:enum>
</interface>
</node>