Gazebo Fuel_tools

API Reference

7.3.1
gz/fuel_tools/Result.hh File Reference
#include <memory>
#include <string>
#include "gz/fuel_tools/Export.hh"
#include <gz/fuel_tools/config.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...