| 1498 | public: |
| 1499 | const char* type_id() const override { return "test-status-detail"; } |
| 1500 | std::string ToString() const override { return "Custom status detail"; } |
| 1501 | }; |
| 1502 | class ErrorHandlingTestServer : public FlightServerBase { |
| 1503 | public: |
no outgoing calls
no test coverage detected