summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/debugging
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-21 15:43:31 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit68d43ba53ec44dd8e008d8c6ce564d051ef0a88d (patch)
tree774c23890cca9116622538fbba972474a571fcf0 /docs/src/gettingstarted/debugging
parentd6dfdd579e05cee673074ece10632297f41042e3 (diff)
Docs Debugging: Link to API staates
Diffstat (limited to 'docs/src/gettingstarted/debugging')
-rw-r--r--docs/src/gettingstarted/debugging/fsm.md17
1 files changed, 2 insertions, 15 deletions
diff --git a/docs/src/gettingstarted/debugging/fsm.md b/docs/src/gettingstarted/debugging/fsm.md
index 15b1a12..45ed281 100644
--- a/docs/src/gettingstarted/debugging/fsm.md
+++ b/docs/src/gettingstarted/debugging/fsm.md
@@ -17,18 +17,5 @@ The following is an example of the FSM when the client has obtained a Wireguard/
The current state is highlighted in the <span style="color:cyan">cyan</span> color.
## State explanation
-The states mean the following:
-- `Deregistered`: the app is not registered with the wrapper
-- `No_Server`: means the user has not chosen a server yet
-- `Ask_Location`: the user selected a Secure Internet server but needs to choose a location
-- `Search_Server`: the user is currently selecting a server in the UI
-- `Loading_Server`: means we are loading the server details
-- `Chosen_Server`: means the user has chosen a server to connect to
-- `OAuth_Started`: means the OAuth process has started
-- `Authorized`: means the OAuth process has finished and the user is now authorized with the server
-- `Request_Config`: the user has requested a config for connecting
-- `Ask_Profile`: the go code is asking for a profile selection from the UI
-- `Disconnected`: the user has gotten a config for a server but is not connected yet
-- `Disconnecting`: the OS is disconnecting and the Go code is doing the /disconnect
-- `Connecting`: the OS is establishing a connection to the server
-- `Connected`: the user has been connected to the server.
+
+For the explanation of what all the different states mean, see the [API documentation](/api/overview/index.md#states)