Class: NetconfResponseStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/utils/netconf_response_status.rb

Overview

Class defining the numeric status that may be returned from making a request to rubybvc

Constant Summary collapse

OK =
200
NODE_CONNECTED =
210
NODE_DISCONNECTED =
410
NODE_NOT_FOUND =
404
NODE_CONFIGURED =
211
CONN_ERROR =
503
CTRL_INTERNAL_ERROR =
500
HTTP_ERROR =
400
DATA_NOT_FOUND =
444