class Protobuf::Rpc::Connectors::Zmq

def error?


Method to determine error state, must be used with Connector API.
def error?
  !! @error
end