exceptions

sec.api.exceptions
object exceptions

Attributes

Source
exceptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
exceptions.type

Members list

Type members

Classlikes

case object AccessDenied extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class EsException extends RuntimeException, NoStackTrace

Attributes

Source
exceptions.scala
Supertypes
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
case object InvalidTransaction extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class MaximumAppendSizeExceeded(size: Option[Int]) extends EsException

Attributes

Companion
object
Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
exceptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class NotLeader(host: Option[String], port: Option[Int]) extends EsException

Attributes

Companion
object
Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object NotLeader

Attributes

Companion
class
Source
exceptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
NotLeader.type

Attributes

Source
exceptions.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ResubscriptionRequired(msg: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ServerUnavailable(msg: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class StreamDeleted(streamId: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class StreamNotFound(streamId: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnknownError(msg: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UserNotFound(loginName: String) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class WrongExpectedState(sid: StreamId, expected: StreamState, actual: StreamState) extends EsException

Attributes

Companion
object
Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
exceptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class WrongExpectedVersion(streamId: String, expected: Option[Long], actual: Option[Long]) extends EsException

Attributes

Source
exceptions.scala
Supertypes
trait Product
trait Equals
class EsException
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all