Home | History | Annotate | Download | only in errors

Lines Matching refs:code

2 // Use of this source code is governed by a BSD-style license that can be
28 const std::string& code,
32 const std::string& code,
41 const std::string& code,
48 const std::string& code,
55 // Returns the error domain, code and message
60 // Returns the location of the error in the source code.
70 // specified error domain and code.
71 bool HasError(const std::string& domain, const std::string& code) const;
88 // Finds an error of particular domain with the given code in the error chain
94 const std::string& code);
101 const std::string& code,
107 const std::string& code,
112 // Two errors with the same code but different domains are different errors.
114 // Error code. A unique error code identifier within the given domain.
118 // Error origin in the source code.