exceptions

sec.api.exceptions$
object exceptions

Attributes

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

Members list

Concise view

Type members

Classlikes

case object AccessDenied extends EsException

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
object
Source:
exceptions.scala
Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
exceptions.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object NotLeader

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
object
Source:
exceptions.scala
Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
exceptions.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any