Home | History | Annotate | Download | only in errors

Lines Matching refs:domain

27                          const std::string& domain,
31 const std::string& domain,
40 const std::string& domain,
47 const std::string& domain,
55 // Returns the error domain, code and message
66 // error domain.
67 bool HasDomain(const std::string& domain) const;
70 // specified error domain and code.
71 bool HasError(const std::string& domain, const std::string& code) const;
80 // Finds an error object of particular domain in the error chain stating at
87 const std::string& domain);
88 // Finds an error of particular domain with the given code in the error chain
93 const std::string& domain,
100 const std::string& domain,
106 const std::string& domain,
111 // Error domain. The domain defines the scopes for error codes.
114 // Error code. A unique error code identifier within the given domain.