//! Custom error types.
//!
//! Unfortunately we can only define one error type using the ``error_type!`` macro in here, see
//! https://github.com/DanielKeep/rust-error-type/issues/2.
use RedisError;
use InitializationError;
use io;
use Cow;
/// A ``SpaceapiServerError`` wraps general problems that can occur in the SpaceAPI server.
error_type!