pub type Result<T> = Result<T, Error>;
The Result type used by all OCPI functions. Can be converted in a Response