Searched refs:failAsError (Results 1 – 4 of 4) sorted by relevance
264 failAsError("Failed to send WebSocket handshake."); in didOpenSocketStream()321 failAsError("Ran out of memory while receiving WebSocket data."); in didReceiveSocketStreamData()416 …failAsError("Failed to load Blob: error code = " + String::number(errorCode)); // FIXME: Generate … in didFail()491 failAsError(m_handshake->failureReason()); in processOneItemFromBuffer()552 failAsError(errorString); in processFrame()561 failAsError(inflateResult->failureReason()); in processFrame()565 failAsError(m_perMessageDeflate.failureReason()); in processFrame()571 failAsError("Unrecognized frame opcode: " + String::number(frame.opCode)); in processFrame()576 …failAsError("One or more reserved bits are on: reserved1 = " + String::number(frame.compress) + ",… in processFrame()581 failAsError("A server must not mask any frames that it sends to the client."); in processFrame()[all …]
400 failAsError("Cannot connect to " + m_url.string() + "."); in didConnect()436 failAsError(message); in didFail()479 failAsError("Could not decode a text frame as UTF-8."); in didReceiveData()542 failAsError("Failed to load Blob: error code = " + String::number(errorCode)); in didFailLoadingBlob()
128 …void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction… in failAsError() function
168 …void failAsError(const String& reason) { fail(reason, ErrorMessageLevel, m_sourceURLAtConstruction… in failAsError() function