| 2340 | } |
| 2341 | |
| 2342 | RTC_API const char* rtcGetErrorString(RTCError error) |
| 2343 | { |
| 2344 | RTC_CATCH_BEGIN; |
| 2345 | RTC_TRACE(rtcGetErrorString); |
| 2346 | return Device::getErrorString(error); |
| 2347 | RTC_CATCH_END(nullptr); |
| 2348 | return nullptr; |
| 2349 | } |
| 2350 | |
| 2351 | |
| 2352 | RTC_NAMESPACE_END |
no outgoing calls
no test coverage detected