use String;
use fmt;
/// This error happens when it is not possible to dereference
/// the full contents of the Openapi file.
// impl ::std::error::Error for DerefError {
// fn description(&self) -> &str {
// "It was not possible to resolve all references in the file."
// }
// }