Expand description
Types for EPP responses
Structs§
- EppResult
- Type corresponding to the
<result>tag in an EPP response XML - ExtValue
- Type corresponding to the
<extValue>tag in an EPP response XML - Extension
- Message
- Message
Queue - Type corresponding to the
<msgQ>tag in an EPP response XML - Response
- Type corresponding to the
<response>tag in an EPP response XML containing an<extension>tag - Response
Data - Response
Status - Type corresponding to the
<response>tag in an EPP response XML without<msgQ>or<resData>sections. Generally used for error handling - ResponseTRID
- Type corresponding to the
<trID>tag in an EPP response XML - Result
Value - Type corresponding to the
<value>tag under<extValue>in an EPP response XML - Undef
- Type corresponding to the
<undef>tag an EPP response XML
Enums§
- Result
Code - Response codes as enumerated in section 3 of RFC 5730