Lines Matching full:error
35 LOG_DEBUGGER(ERROR) << "json parse error"; in DispatchRequest()
40 LOG_DEBUGGER(ERROR) << "json parse format error"; in DispatchRequest()
50 LOG_DEBUGGER(ERROR) << "parse id error"; in DispatchRequest()
59 LOG_DEBUGGER(ERROR) << "parse method error"; in DispatchRequest()
67 LOG_DEBUGGER(ERROR) << "method format error: " << wholeMethod; in DispatchRequest()
82 LOG_DEBUGGER(ERROR) << "params format error"; in DispatchRequest()
101 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create() argument
104 if (error.has_value()) { in Create()
106 response.errorMsg_ = error.value(); in Create()
161 LOG_DEBUGGER(ERROR) << "Unknown request"; in Dispatch()
169 LOG_DEBUGGER(ERROR) << "unknown domain: " << domain; in Dispatch()