Class: Gandi::FaultCode::Server
- Inherits:
-
Gandi::FaultCode
- Object
- Gandi::FaultCode
- Gandi::FaultCode::Server
- Defined in:
- lib/gandi/fault_code/server.rb
Constant Summary collapse
- QUALIF =
1
- ERROR =
Gandi::ServerError
- OBJECT =
{ 0 => :object_unknown, 100 => :object_database, 200 => :object_registries, 300 => :object_network, 400 => :object_system, 500 => :object_application, 600 => :object_service, 601 => :object_comodo_api, }
- CAUSE =
{ 0 => :cause_unknown, 4 => :cause_toomany, 5 => :cause_unavailable, 10 => :cause_connection, 20 => :cause_query, 30 => :cause_conf, }
Instance Attribute Summary
Attributes inherited from Gandi::FaultCode
Method Summary
Methods inherited from Gandi::FaultCode
#exception, #initialize, parse
Constructor Details
This class inherits a constructor from Gandi::FaultCode