I have error model like:
sealed trait HttpError { val msg: String val cause: String } final case class HttpDecodingError(cause: String) extends H