class Etcd::Error
- Etcd::Error
- Exception
- Reference
- Object
Direct Known Subclasses
- Etcd::DirNotEmpty
- Etcd::EventIndexCleared
- Etcd::IndexNaN
- Etcd::KeyIsPreserved
- Etcd::KeyNotFound
- Etcd::LeaderElect
- Etcd::NodeExist
- Etcd::NoMorePeer
- Etcd::NotDir
- Etcd::NotFile
- Etcd::PrevValueRequired
- Etcd::RaftInternal
- Etcd::TestFailed
- Etcd::TTLNaN
- Etcd::ValueRequired
- Etcd::WatcherCleared
Defined in:
etcd/errors.crConstructors
Class Method Summary
Instance Method Summary
- #error_code : Int64
- #error_code=(error_code : Int64)
- #index : Int64
- #index=(index : Int64)
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #reason : String
- #reason=(reason : String)
Constructor Detail
Class Method Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO)
which can be overridden for custom implementations.
Also see #to_s
.