Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from brian-js/master
Browse files Browse the repository at this point in the history
Revert Timeout error.
  • Loading branch information
Fraser Hutchison committed Apr 4, 2016
2 parents 3ea64b9 + b80087c commit 2d11d57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Safe Network Common - Change Log

## [0.1.0]
- Timeout error added to MutationError.

## [0.0.1]
- Core-Vault error communication module
- Shared constants - type tags for session packet and DNS
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "safe_network_common"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network_common"
version = "0.1.0"
version = "0.0.1"

[dependencies]
maidsafe_utilities = "~0.4.0"
Expand Down
2 changes: 0 additions & 2 deletions src/client_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ pub enum MutationError {
/// Unknown error - Errors occuring at Vault level which have no bearing on clients, eg.
/// misc errors like serialisation failure, db failure etc
Unknown,
/// Request timed-out waiting for response.
Timeout,
/// The loss of sacrificial copies indicates the network as a whole is no longer having
/// enough space to accept further put request. Have to wait more nodes to join.
NetworkFull,
Expand Down

0 comments on commit 2d11d57

Please sign in to comment.