#include <epp_Result.h>
Public Methods | |
| epp_Result () | |
| Null constructor. More... | |
| virtual | ~epp_Result () | 
| Destructor. More... | |
| epp_Result (epp_short _m_code, epp_string _m_msg, epp_string _m_lang, epp_string _m_id, epp_string_seq_ref _m_values) | |
Constructor, using simple types when it can 
  | |
| epp_Result (epp_short_ref _m_code, epp_string_ref _m_msg, epp_string_ref _m_lang, epp_string_ref _m_id, epp_string_seq_ref _m_values) | |
| Constructor, using only references. More... | |
Public Attributes | |
| epp_short_ref | m_code | 
| Decimal number that describes the success or failure of the command. More... | |
| epp_string_ref | m_msg | 
| Human-readable description of the response code. More... | |
| epp_string_ref | m_lang | 
| Language of the human-readable response (iso639). More... | |
| epp_string_ref | m_id | 
| ID to uniquely identify the message returned (used for the Poll command). More... | |
| epp_string_seq_ref | m_values | 
| Client-provided values that caused server error conditions. More... | |
      
  | 
  
| 
 Null constructor. 
  | 
  
      
  | 
  
| 
 Destructor. 
  | 
  
      
  | 
  ||||||||||||||||||||||||
| 
 Constructor, using simple types when it can 
 
  | 
  
      
  | 
  ||||||||||||||||||||||||
| 
 Constructor, using only references. 
  | 
  
      
  | 
  
| 
 Decimal number that describes the success or failure of the command. 
  | 
  
      
  | 
  
| 
 ID to uniquely identify the message returned (used for the Poll command). 
  | 
  
      
  | 
  
| 
 Language of the human-readable response (iso639). 
  | 
  
      
  | 
  
| 
 Human-readable description of the response code. 
  | 
  
      
  | 
  
| 
 Client-provided values that caused server error conditions. 
  | 
  
1.2.13.1 written by Dimitri van Heesch,
 © 1997-2001