Determine if an error has occurred with this transport.
Synopsis
Declared in <folly/io/async/AsyncTransport.h>
virtual
bool
error() const = 0;
Return Value
true iff an error has occurred (not EOF).
Created with MrDocs