Lines Matching refs:Error
30 #include "shill/error.h"
65 // Adaptors call this method just before returning. If |error|
72 // Adaptors should always construct an Error initialized to the value
73 // Error::kOperationInitiated. A pointer to this Error is passed down
77 // to an external server, should call error.Reset() to indicate success,
78 // or to some error type to reflect the kind of failure that occurred.
79 // Otherwise, they should leave the Error alone.
84 // Error e(Error::kOperationInitiated);
90 void ReturnResultOrDefer(const ResultCallback& callback, const Error& error);
97 // only if the property was changed. Updates |error| if a) an error
98 // was encountered, and b) |error| is non-NULL. Otherwise, |error| is
103 brillo::ErrorPtr* error);
106 brillo::ErrorPtr* error);
110 // read-only), set |error| accordingly.
116 brillo::ErrorPtr* error);
123 const Error& error);
126 const Error& error,
129 const Error& error,
133 const Error& error,