Struct epp_client::error::EppCommandError [−][src]
pub struct EppCommandError {
pub epp_error: EppCommandResponseError,
}Expand description
An EPP XML error
Fields
epp_error: EppCommandResponseErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EppCommandErrorimpl Send for EppCommandErrorimpl Sync for EppCommandErrorimpl Unpin for EppCommandErrorimpl UnwindSafe for EppCommandError