Commit da0ee91
Document FailureResponse.code as SQLite error code
The ``code`` field is the SQLite error code (SQLITE_OK=0, SQLITE_ERROR=1,
etc.) or an extended dqlite code. Previously the field had no docstring,
leaving callers to guess whether 0 meant "success" or the SQLite
"generic error" code.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f12a1cd commit da0ee91
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments