Struct etcd::ApiError
[−]
[src]
pub struct ApiError { pub cause: Option<String>, pub error_code: u64, pub index: u64, pub message: String, }
An error returned by etcd.
Fields
cause | The key that was being operated upon or reason for the failure. |
error_code | The etcd error code. |
index | The etcd index. |
message | A human-friendly description of the error. |