Skip to content

Commit eeb6328

Browse files
authored
chore: remove network errors section
1 parent 7b24375 commit eeb6328

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

API.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ SELECT cloudsync_network_has_unsent_changes();
381381

382382
**Returns:** None.
383383

384-
**Errors:** See [Network Errors](#network-errors) for common error conditions.
385-
386384
**Example:**
387385

388386
```sql
@@ -407,8 +405,6 @@ On success, it returns `SQLITE_OK`, and the return value indicates how many chan
407405

408406
**Returns:** The number of changes downloaded. Errors are reported via the SQLite return code.
409407

410-
**Errors:** See [Network Errors](#network-errors) for common error conditions.
411-
412408
**Example:**
413409

414410
```sql
@@ -431,8 +427,6 @@ SELECT cloudsync_network_check_changes();
431427

432428
**Returns:** The number of changes downloaded. Errors are reported via the SQLite return code.
433429

434-
**Errors:** See [Network Errors](#network-errors) for common error conditions.
435-
436430
**Example:**
437431

438432
```sql
@@ -474,21 +468,3 @@ SELECT cloudsync_network_reset_sync_version();
474468
```sql
475469
SELECT cloudsync_network_logout();
476470
```
477-
478-
---
479-
480-
### Network Errors
481-
482-
Network functions may encounter specific errors during synchronization:
483-
484-
#### Device Limit Exceeded
485-
486-
If the device limit for your current plan on the cloud node is exceeded, network functions return error code `SQLITE_ERROR` (1) with the error message:
487-
488-
```
489-
403 Device limit reached: You've already registered the maximum number of <n> devices allowed by your current plan.
490-
```
491-
492-
**Resolution:** To resolve this error, you can:
493-
- [Upgrade to a higher plan](https://www.sqlite.ai/pricing) to increase your device limit
494-
- Remove unused devices from the OffSync section of your database in the [SQLite Cloud dashboard](https://dashboard.sqlitecloud.io/)

0 commit comments

Comments
 (0)