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

sttp.capabilities.StreamMaxLengthExceededException.scala Maven / Gradle / Ivy

The newest version!
package sttp.capabilities

case class StreamMaxLengthExceededException(maxBytes: Long) extends Exception {
  override def getMessage(): String = s"Stream length limit of $maxBytes bytes exceeded"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy