blob: 6d4fb4476ae04ff4bd1792ed76b8060ae9ef0706 [file] [log] [blame]
use thiserror::Error;
#[derive(Debug, Error)]
pub enum ClientError {
#[error("Host name inconvertible to UTF-8")]
InvalidHostName,
}