| 79 | } |
| 80 | |
| 81 | inline Status FailedPreconditionError(const std::string& message) { |
| 82 | return Status(StatusCode::kFailedPrecondition, message); |
| 83 | } |
| 84 | |
| 85 | inline Status InternalError(const std::string& message) { |
| 86 | return Status(StatusCode::kInternal, message); |