File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Status messages follow these consistent conventions:
9393- ** Message** : ` "WarDriving app has reached capacity" `
9494- ** Color** : Red (error)
9595- ** Used in** : ` checkCapacity() ` , ` postToMeshMapperAPI() `
96- - ** Source** : ` content/wardrive.js:1060 ` , ` content/wardrive.js:1111 `
96+ - ** Source** : ` content/wardrive.js:1061 ` , ` content/wardrive.js:1116 `
9797- ** Context** : Capacity check API denies slot on connect (returns allowed=false), or wardriving API returns allowed=false during active session
9898- ** Minimum Visibility** : N/A (error state persists until disconnect)
9999- ** Notes** : Displayed when the API successfully responds but indicates capacity is full
@@ -102,7 +102,7 @@ Status messages follow these consistent conventions:
102102- ** Message** : ` "WarDriving app is down" `
103103- ** Color** : Red (error)
104104- ** Used in** : ` checkCapacity() `
105- - ** Source** : ` content/wardrive.js:1050 ` , ` content/wardrive.js:1067 `
105+ - ** Source** : ` content/wardrive.js:1050 ` , ` content/wardrive.js:1072 `
106106- ** Context** : Capacity check API returns error status or network is unreachable during connect
107107- ** Minimum Visibility** : N/A (error state persists until disconnect)
108108- ** Notes** : Implements fail-closed policy - connection is denied if API fails or is unreachable
You can’t perform that action at this time.
0 commit comments