Remove unused type
This commit is contained in:
parent
d5d3a93141
commit
b7b6d0ae00
|
@ -12,12 +12,6 @@ pub enum Error {
|
||||||
Other(String),
|
Other(String),
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An EPP XML error
|
|
||||||
#[derive(Debug)]
|
|
||||||
pub struct EppCommandError {
|
|
||||||
pub epp_error: ResponseStatus,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl std::error::Error for Error {}
|
impl std::error::Error for Error {}
|
||||||
|
|
||||||
impl Display for Error {
|
impl Display for Error {
|
||||||
|
|
Loading…
Reference in New Issue