Object/Class

me.maciejb.etcd.client

EtcdError

Related Docs: class EtcdError | package client

Permalink

object EtcdError extends Serializable

Various etcd error codes are provided as constants.

See also Etcd documentation

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EtcdError
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val CommandError: Range

    Permalink

    Error codes related to issued command.

  5. val DirNotEmpty: Int

    Permalink

    Directory not empty.

  6. val EventIndexCleared: Int

    Permalink

    The event in requested index is outdated and cleared.

  7. val IndexNaN: Int

    Permalink

    The given index in POST form is not a number.

  8. val InternalError: Range

    Permalink

    Error codes related to etcd internal problems.

  9. val InvalidField: Int

    Permalink

    Invalid field.

  10. val InvalidForm: Int

    Permalink

    Invalid POST form.

  11. val KeyNotFound: Int

    Permalink

    Key not found.

  12. val LeaderElect: Int

    Permalink

    During Leader Election

  13. val NodeExist: Int

    Permalink

    Key already exists.

  14. val NotDir: Int

    Permalink

    Not a directory.

  15. val NotFile: Int

    Permalink

    Not a file.

  16. val POSTFormError: Range

    Permalink

    Error codes related to invalid command payload.

  17. val PrevValueRequired: Int

    Permalink

    PrevValue is Required in POST form.

  18. val RaftInternal: Int

    Permalink

    Raft Internal Error

  19. val RootROnly: Int

    Permalink

    Root is read only.

  20. val TTLNaN: Int

    Permalink

    The given TTL in POST form is not a number.

  21. val TestFailed: Int

    Permalink

    Compare failed.

  22. val WatcherCleared: Int

    Permalink

    Watcher is cleared due to etcd recovery.

  23. def apply(errorCode: Int, message: String, cause: String, index: Int): EtcdError with Product with Serializable

    Permalink
  24. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unapply(arg: EtcdError): Option[(Int, String, String, Int)]

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped