Searched refs:protocol_error (Results 1 – 5 of 5) sorted by relevance
223 protocol::Error protocol_error; in HandleData() local226 [&](const MCPError &err) { protocol_error = err.toProtcolError(); }, in HandleData()228 protocol_error.error.code = MCPError::kInternalError; in HandleData()229 protocol_error.error.message = err.message(); in HandleData()231 protocol_error.id = request->id; in HandleData()232 return protocol_error; in HandleData()
447 unsigned int protocol_error : 1; member
3469 if (ch->protocol_error) in ossl_quic_channel_raise_protocol_error_loc()3520 ch->protocol_error = 1; in ossl_quic_channel_raise_protocol_error_loc()
240 protocol_error = EPROTO, in _LIBCPP_DECLARE_STRONG_ENUM()
236 protocol_error = EPROTO, in _LIBCPP_DECLARE_STRONG_ENUM()