Lines Matching defs:Error
51 enum Error {
59 // Unknown read error.
61 // Generic write error.
71 // Called when there's a (fatal) error. This may call the raw channel's
77 virtual void OnError(Error error) = 0;
231 // Returns true on success and false on error (e.g., invalid control message).
291 // Converts an |IO_FAILED_...| for a read to a |Delegate::Error|.
292 static Delegate::Error ReadIOResultToError(IOResult io_result);
294 // Calls |delegate_->OnError(error)|. Must be called on the I/O thread WITHOUT
296 void CallOnError(Delegate::Error error);
300 // failure or any other error occurs, cancels pending writes and returns