gz/fuel_tools/Result.hh File Reference
#include <memory>#include <string>#include "gz/fuel_tools/Export.hh"Go to the source code of this file.
Classes | |
| class | Result |
| Class describing a result of an operation. More... | |
Namespaces | |
| gz | |
| gz::fuel_tools | |
Enumerations | |
| enum | ResultType { UNKNOWN = 0, DELETE, DELETE_NOT_FOUND, DELETE_ERROR, FETCH, FETCH_ALREADY_EXISTS, FETCH_NOT_FOUND, FETCH_ERROR, UPLOAD, UPLOAD_ALREADY_EXISTS, UPLOAD_ERROR, PATCH_ERROR, PATCH } |
| Result type. More... | |