Lines Matching refs:Error
23 #include "shill/error.h"
94 SetErrorTypeInArgumentAction(Error::Type error_type, bool warn_default)
100 Error* error_arg = ::std::tr1::get<error_argument_index>(args);
108 LOG(WARNING) << "Default action taken: set error to "
114 Error::Type error_type_;
118 // Many functions in the the DBus proxy classes take a (shill::Error*) output
119 // argument that is set to shill::Error::kOperationFailed to notify the caller
120 // synchronously of error conditions.
122 // If an error is not returned synchronously, a callback (passed as another
123 // argument to the function) must eventually be called with the result/error.
131 Error::kOperationFailed,
135 // Use this action to set the (shill::Error*) output argument to any
136 // shill::Error value on mock DBus proxy method calls.
139 SetErrorTypeInArgument(Error::Type error_type) {