| 105 | const char* kErrorDetailTypeId = "flight::FlightStatusDetail"; |
| 106 | |
| 107 | const char* FlightStatusDetail::type_id() const { return kErrorDetailTypeId; } |
| 108 | |
| 109 | std::string FlightStatusDetail::ToString() const { return CodeAsString(); } |
| 110 |
no outgoing calls