Object

swaydb

Error

Related Docs: trait Error | package swaydb

Permalink

object Error

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends Error

    Permalink
  2. case class AsynchronousClose(exception: AsynchronousCloseException) extends Recoverable with IO with Product with Serializable

    Permalink
  3. sealed trait Boot extends Error

    Permalink
  4. case class CannotCopyInMemoryFiles(exception: Exception.CannotCopyInMemoryFiles) extends Level with Product with Serializable

    Permalink
  5. sealed trait Close extends Delete

    Permalink
  6. case class ClosedChannel(exception: ClosedChannelException) extends Recoverable with IO with Product with Serializable

    Permalink
  7. case class DataAccess(message: String, exception: Throwable) extends IO with Product with Serializable

    Permalink
  8. sealed trait Delete extends Level

    Permalink
  9. case class FailedToWriteAllBytes(exception: Exception.FailedToWriteAllBytes) extends IO with Product with Serializable

    Permalink
  10. case class Fatal(exception: Throwable) extends API with Boot with IO with Segment with Level with Map with Close with Delete with Product with Serializable

    Permalink
  11. case class FileNotFound(exception: FileNotFoundException) extends Recoverable with IO with Product with Serializable

    Permalink
  12. case class FunctionNotFound(functionId: Slice[Byte]) extends API with Segment with Product with Serializable

    Permalink
  13. case class GetOnIncompleteDeferredFutureIO(exception: Exception.GetOnIncompleteDeferredFutureIO) extends Recoverable with IO with Product with Serializable

    Permalink
  14. sealed trait IO extends Segment with Map with Close

    Permalink
  15. case class InvalidKeyValueId(exception: Exception.InvalidKeyValueId) extends Segment with Product with Serializable

    Permalink
  16. sealed trait Level extends Error

    Permalink
  17. sealed trait Map extends Level

    Permalink
  18. case class MergeKeyValuesWithoutTargetSegment(keyValueCount: Int) extends Level with Product with Serializable

    Permalink
  19. case class NoSuchFile(path: Option[Path], exp: Option[NoSuchFileException]) extends Recoverable with IO with Product with Serializable

    Permalink
  20. case class NotAnIntFile(exception: Exception.NotAnIntFile) extends IO with Product with Serializable

    Permalink
  21. case class NullMappedByteBuffer(exception: Exception.NullMappedByteBuffer) extends Recoverable with IO with Product with Serializable

    Permalink
  22. case class OpeningFile(file: Path, reserve: Reserve[Unit]) extends Recoverable with IO with Product with Serializable

    Permalink
  23. case class ReadOnlyBuffer(exception: ReadOnlyBufferException) extends IO with Product with Serializable

    Permalink
  24. trait Recoverable extends Segment

    Permalink
  25. case class ReservedResource(reserve: Reserve[Unit]) extends Recoverable with Close with Delete with Boot with API with Product with Serializable

    Permalink
  26. sealed trait Segment extends Level

    Permalink
  27. case class SegmentFileMissing(exception: Exception.SegmentFileMissing) extends Boot with Product with Serializable

    Permalink
  28. case class UnableToLockDirectory(exception: OverlappingFileLock) extends Boot with Product with Serializable

    Permalink
  29. case class UnknownExtension(exception: Exception.UnknownExtension) extends IO with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object API

    Permalink
  5. object Boot

    Permalink
  6. object Close

    Permalink
  7. object DataAccess extends Serializable

    Permalink
  8. object Delete

    Permalink
  9. object Fatal extends Serializable

    Permalink

    Error that are not known and indicate something unexpected went wrong like a file corruption.

    Error that are not known and indicate something unexpected went wrong like a file corruption.

    Pre-cautions are implemented in place to even recover from these failures using tools like AppendixRepairer. This Error is not expected to occur on healthy databases.

  10. object IO

    Permalink
  11. object Level

    Permalink
  12. object Map

    Permalink
  13. object NoSegmentsRemoved extends Level with Product with Serializable

    Permalink
  14. object NoSuchFile extends Serializable

    Permalink
  15. object NotSentToNextLevel extends Level with Product with Serializable

    Permalink
  16. object OverlappingPushSegment extends Level with Product with Serializable

    Permalink

    This error can also be turned into Busy and LevelActor can use it to listen to when there are no more overlapping Segments.

  17. object Segment

    Permalink
  18. def apply[T](exception: Throwable): Error

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped