| 135 | ~Error() = default; |
| 136 | |
| 137 | std::shared_ptr<StackedError> stacked_error() const { return stacked_error_; } |
| 138 | const ErrorProto* operator->() const { return stacked_error_->error_proto().get(); } |
| 139 | ErrorProto* operator->() { return stacked_error_->mut_error_proto(); } |
| 140 | operator std::string() const; |
no outgoing calls