MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / error_code

Method error_code

runtime/runtime_issue.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 Severity severity() const { return severity_; }
69
70 ErrorCode error_code() const { return error_code_; }
71
72 const absl::Status& ToStatus() const& { return status_; }
73 absl::Status ToStatus() && { return std::move(status_); }

Callers 4

CheckRE2Function · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

ASSERT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64