You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proto-docs/status.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ Section of failed statuses independent of the operation.
90
90
| WRONG_MAGIC_NUMBER | 1 |[**1025**] Wrong magic of the NeoFS network. Details: - [**0**] Magic number of the served NeoFS network (big-endian 64-bit unsigned integer). |
| BUSY | 5 |[**1029**] Some node resources are exhausted and request can't be processed. This is likely to be a transient state and request can be retried in future. |
93
95
94
96
95
97
@@ -157,6 +159,7 @@ Section of NeoFS successful return codes.
157
159
| Name | Number | Description |
158
160
| ---- | ------ | ----------- |
159
161
| OK | 0 |[**0**] Default success. Not detailed. If the server cannot match successful outcome to the code, it should use this code. |
162
+
| INCOMPLETE | 1 |[**1**] Incomplete success, only a part of the request done which may or may not be sufficient for the client. Examples are object PUT making 2 out of 3 required replicas or distributed SEARCH getting result from 4 out of 5 nodes. |
0 commit comments