exceptions
sec.api.exceptions
object exceptions
Attributes
- Source
- exceptions.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
exceptions.type
Members list
Type members
Classlikes
case object AccessDenied extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
AccessDenied.type
sealed abstract class EsException extends RuntimeException, NoStackTrace
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object AccessDeniedobject InvalidTransactionclass NotLeaderclass Droppedclass Existsclass Failedclass NotFoundclass ResubscriptionRequiredclass ServerUnavailableclass StreamDeletedclass StreamNotFoundclass UnknownErrorclass UserNotFoundclass WrongExpectedStateclass WrongExpectedVersionShow all
case object InvalidTransaction extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
InvalidTransaction.type
final case class MaximumAppendSizeExceeded(size: Option[Int]) extends EsException
Attributes
- Companion
- object
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object MaximumAppendSizeExceeded
Attributes
- Companion
- class
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object NotLeader
Attributes
- Companion
- class
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NotLeader.type
object PersistentSubscription
Attributes
- Source
- exceptions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final case class ResubscriptionRequired(msg: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class ServerUnavailable(msg: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class StreamDeleted(streamId: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class StreamNotFound(streamId: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UnknownError(msg: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class UserNotFound(loginName: String) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class WrongExpectedState(sid: StreamId, expected: StreamState, actual: StreamState) extends EsException
Attributes
- Companion
- object
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object WrongExpectedState
Attributes
- Companion
- class
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WrongExpectedState.type
final case class WrongExpectedVersion(streamId: String, expected: Option[Long], actual: Option[Long]) extends EsException
Attributes
- Source
- exceptions.scala
- Supertypes
-
trait Producttrait Equalsclass EsExceptiontrait NoStackTraceclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article