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

fs2.aws.internal.Exceptions.scala Maven / Gradle / Ivy

There is a newer version: 6.2.0
Show newest version
package fs2.aws.internal

object Exceptions {
  case class KinesisCheckpointException(msg: String) extends Exception

  sealed trait KinesisSettingsException           extends Exception
  case class BufferSizeException(msg: String)     extends KinesisSettingsException
  case class MaxConcurrencyException(msg: String) extends KinesisSettingsException
  case class MaxBatchWaitException(msg: String)   extends KinesisSettingsException
  case class MaxBatchSizeException(msg: String)   extends KinesisSettingsException
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy