| 83 | } |
| 84 | |
| 85 | inline Status InternalError(const std::string& message) { |
| 86 | return Status(StatusCode::kInternal, message); |
| 87 | } |
| 88 | |
| 89 | inline Status InvalidArgumentError(const std::string& message) { |
| 90 | return Status(StatusCode::kInvalidArgument, message); |