Lines Matching refs:Error
27 class Error; variable
31 class Error; variable
32 using ErrorPtr = std::unique_ptr<Error>;
37 class Error {
70 Error(); // Success by default.
71 explicit Error(Type type); // Uses the default message for |type|.
72 Error(Type type, const std::string& message);
73 ~Error();
83 void CopyFrom(const Error& error);
102 Error* error, Type type,
117 DISALLOW_COPY_AND_ASSIGN(Error);
123 std::ostream& operator<<(std::ostream& stream, const shill::Error& error);