Package

com.rasterfoundry.backsplash

error

Permalink

package error

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BacksplashException extends Exception

    Permalink
  2. class BacksplashHttpErrorHandler[F[_], U] extends HttpErrorHandler[F, BacksplashException, U] with Http4sDsl[F] with LazyLogging

    Permalink
  3. final case class BadAnalysisASTException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  4. trait HttpErrorHandler[F[_], E <: Throwable, U] extends LazyLogging

    Permalink
  5. final case class MetadataException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  6. final case class NotAuthorizedException(message: String = "") extends Exception with BacksplashException with Product with Serializable

    Permalink
  7. final case class RequirementFailedException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  8. final case class SingleBandOptionsException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  9. final case class UningestedScenesException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  10. final case class UnknownSceneTypeException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  11. final case class WrappedDoobieException(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink
  12. final case class WrappedS3Exception(message: String) extends Exception with BacksplashException with Product with Serializable

    Permalink

Value Members

  1. object HttpErrorHandler

    Permalink
  2. object NoDataInRegionException extends Exception with BacksplashException with Product with Serializable

    Permalink
  3. object ServiceHttpErrorHandler

    Permalink

Ungrouped