gpg:: BaseStatus
#include <common_error_status.h>
A struct containing all possible status codes that can be returned by our APIs.
Summary
A positive status indicates success, a negative one failure. The API never directly returns these values, instead doing so via one of several more specific status enums classes.
Public types |
|
---|---|
StatusCode
|
enum The type of the status values contained within BaseStatus. |