Class

com.eiipii.etcd.client.model

EtcdStandardError

Related Doc: package model

Permalink

case class EtcdStandardError(statusCode: EtcdResponseCode, xEtcdClusterId: Option[EtcdClusterId], error: EtcdErrorMessage) extends EtcdAddMemberResult with EtcdGetMembersResult with EtcdGetRoleDetailsResult with EtcdGetRolesResult with EtcdGetUserDetailsResult with EtcdGetUsersResult with EtcdGetAuthenticationStatusResult with EtcdAddUpdateUserResult with EtcdGetVersionResult with EtcdGetLeaderStatsResult with EtcdConfirmationResult with EtcdGetStoreStatsResult with EtcdGetSelfStatsResult with EtcdGetHealthResult with EtcdAddUpdateRoleResult with Product with Serializable

Type of error returned by most operations on etcd that are not done on the key space.

statusCode

HTTP response code returned in the response's headers.

xEtcdClusterId

Etcd cluster id information

error

Message with information on the cause of the error.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EtcdStandardError
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EtcdAddUpdateRoleResult
  7. EtcdGetHealthResult
  8. EtcdGetSelfStatsResult
  9. EtcdGetStoreStatsResult
  10. EtcdConfirmationResult
  11. EtcdGetLeaderStatsResult
  12. EtcdGetVersionResult
  13. EtcdAddUpdateUserResult
  14. EtcdGetAuthenticationStatusResult
  15. EtcdGetUsersResult
  16. EtcdGetUserDetailsResult
  17. EtcdGetRolesResult
  18. EtcdGetRoleDetailsResult
  19. EtcdGetMembersResult
  20. EtcdAddMemberResult
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EtcdStandardError(statusCode: EtcdResponseCode, xEtcdClusterId: Option[EtcdClusterId], error: EtcdErrorMessage)

    Permalink

    statusCode

    HTTP response code returned in the response's headers.

    xEtcdClusterId

    Etcd cluster id information

    error

    Message with information on the cause of the error.

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. def accepted: Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  8. val error: EtcdErrorMessage

    Permalink

    Message with information on the cause of the error.

  9. def finalize(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. val statusCode: EtcdResponseCode

    Permalink

    HTTP response code returned in the response's headers.

  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. val xEtcdClusterId: Option[EtcdClusterId]

    Permalink

    Etcd cluster id information

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EtcdAddUpdateRoleResult

Inherited from EtcdGetHealthResult

Inherited from EtcdGetSelfStatsResult

Inherited from EtcdGetStoreStatsResult

Inherited from EtcdConfirmationResult

Inherited from EtcdGetLeaderStatsResult

Inherited from EtcdGetVersionResult

Inherited from EtcdAddUpdateUserResult

Inherited from EtcdGetUsersResult

Inherited from EtcdGetUserDetailsResult

Inherited from EtcdGetRolesResult

Inherited from EtcdGetRoleDetailsResult

Inherited from EtcdGetMembersResult

Inherited from EtcdAddMemberResult

Inherited from AnyRef

Inherited from Any

Ungrouped