All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.jeffshaw.digitalocean.DigitalOceanClientException.scala Maven / Gradle / Ivy

package me.jeffshaw.digitalocean

import org.asynchttpclient.Response

case class DigitalOceanClientException(
  response: Response,
  cause: Option[Throwable] = None
) extends Exception(s"unexpected response from ${response.getUri}: ${response.getResponseBody()}", cause.orNull)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy