[#192] docs: Generate documentation

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-02-21 15:36:08 +03:00 committed by LeL
parent 3a154760b5
commit 35e9840de6

View file

@ -91,6 +91,29 @@ Section of failed statuses independent of the operation.
<a name="neo.fs.v2.status.Container"></a>
### Container
Section of statuses for container-related operations.
| Name | Number | Description |
| ---- | ------ | ----------- |
| CONTAINER_NOT_FOUND | 0 | [**3072**] Container not found. |
<a name="neo.fs.v2.status.Object"></a>
### Object
Section of statuses for object-related operations.
| Name | Number | Description |
| ---- | ------ | ----------- |
| ACCESS_DENIED | 0 | [**2048**] Access denied by ACL. Details: - [**0**] Human-readable description. |
| OBJECT_NOT_FOUND | 1 | [**2049**] Object not found. |
<a name="neo.fs.v2.status.Section"></a>
### Section
@ -100,6 +123,21 @@ Section identifiers.
| ---- | ------ | ----------- |
| SECTION_SUCCESS | 0 | Successful return codes. |
| SECTION_FAILURE_COMMON | 1 | Failure codes regardless of the operation. |
| SECTION_OBJECT | 2 | Object service-specific errors. |
| SECTION_CONTAINER | 3 | Container service-specific errors. |
| SECTION_SESSION | 4 | Session service-specific errors. |
<a name="neo.fs.v2.status.Session"></a>
### Session
Section of statuses for session-related operations.
| Name | Number | Description |
| ---- | ------ | ----------- |
| TOKEN_NOT_FOUND | 0 | [**4096**] Token not found. |
| TOKEN_EXPIRED | 1 | [**4097**] Token has expired. |