Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub enum ConnectionError {
// Connection lifecycle
DhcpFailed,
Timeout,
ConnectionInProgress,
Stuck(String),
DeviceFailed(StateReason),
ActivationFailed(ConnectionStateReason),
Expand Down Expand Up @@ -100,6 +101,7 @@ These indicate issues the user can fix:
| `DhcpFailed` | Check network infrastructure |
| `NoWifiDevice` | Check that a Wi-Fi adapter is installed |
| `NoWiredDevice` | Check that an Ethernet adapter exists |
| `ConnectionInProgress` | A connection operation is already in progress |

### Validation Errors

Expand Down