Skip to content

Commit

Permalink
added more api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kickthedragon committed Aug 28, 2016
1 parent ae03672 commit 9d2f778
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/error.rs
Expand Up @@ -21,6 +21,7 @@ pub enum Error {
InvalidSecret,
RegistrationError,
TransactionError,
ConfirmConnectionError,
}

impl From<HyperError> for Error {
Expand Down Expand Up @@ -67,6 +68,7 @@ impl StdError for Error {
Error::InvalidTokenType => "the provided token type is not a valid token type",
Error::InvalidScope => "the provided scope is not a valid scope",
Error::InvalidSecret => "the provided secret is not a valid secret",
Error::ConfirmConnectionError => "Error trying to confirm connection",
}
}

Expand Down

0 comments on commit 9d2f778

Please sign in to comment.