Ignition Fuel_tools

API Reference

8.0.0~pre1
Result.hh File Reference
#include <memory>
#include <string>
#include "ignition/fuel_tools/Export.hh"

Go to the source code of this file.

Classes

class  Result
 Class describing a result of an operation. More...
 

Namespaces

 ignition
 
 ignition::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...