class Protobuf::Rpc::Connectors::Zmq

def error?

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