Every SDK function that can fail returns anDocumentation Index
Fetch the complete documentation index at: https://docs.oxd.sh/llms.txt
Use this file to discover all available pages before exploring further.
OxAccelError enum value.
Error table
| Code | Name | Description | Common cause |
|---|---|---|---|
0 | Ok | Success | — |
1 | InvalidParam | NULL pointer or invalid argument | Passing NULL context or data pointer |
2 | InitFailed | Runtime or connection initialization failed | Relay unreachable, DNS failure, port blocked |
3 | NotConnected | Not connected | Calling send/recv before connect |
4 | SendFailed | Network send error | Connection dropped, relay unreachable |
5 | RecvFailed | Network receive error | Connection dropped, timeout |
6 | Timeout | Operation timed out | Network congestion, relay overloaded |
7 | BufferTooSmall | Receive buffer too small | Increase buf_len in ox_accel_recv |