Searched refs:kErrorCode (Results 1 – 2 of 2) sorted by relevance
11 const int kErrorCode = -1;23 sendHelper(kErrorCode, 'Could not find port: $kPortName');41 sendHelper(kErrorCode, 'Was unable to remove mapping for $kPortName');105 case kErrorCode:
63 constexpr auto kErrorCode = "errCode"; variable113 const auto &error_code = GetJsonValue<std::string>(exception_message, kErrorCode); in ReportToErrorManager()117 if (it.key() == kErrorCode) { in ReportToErrorManager()