Manual description
Protocol Documentation
Table of Contents
status.proto
Status
\brief The status message returned by AVX for any procedure call.
| Field | Type | Label | Description |
|---|---|---|---|
| code | StatusCode | The status of the procedure call. | |
| message | string | An error message as text string. |
StatusCode
\brief List of status code values.
| Name | Number | Description |
|---|---|---|
| SUCCESS | 0 | Returned when successful. |
| UNKNOWN_FAILURE | 1 | Returned whenever there is an ERROR on AVX side. |