mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 10:40:30 +01:00
api: document more VPN connection failure codes (bgo #643324)
This commit is contained in:
parent
677cb1aaba
commit
b44b1747fa
1 changed files with 10 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue