Skip to content

Commit

Permalink
Wording #30
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 23, 2024
1 parent d790145 commit 380d815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pub enum Error<Respone> {
ClientErrorResponse(StatusCode, Respone),
#[error("API responded with a server error: status code of {0}")]
ServerErrorResponse(StatusCode, Respone),
#[error("Health check failed: resource alarms are in effect")]
#[error("Health check failed")]
HealthCheckFailed(responses::HealthCheckFailureDetails),
#[error("Could not find the requested resource")]
NotFound(),
#[error("Can't delete a binding: multiple matching bindings found")]
#[error("Cannot delete a binding: multiple matching bindings were found, provide additional properties")]
ManyMatchingBindings(),
#[error("could not convert provided value into an HTTP header value")]
InvalidHeaderValue(#[from] InvalidHeaderValue),
Expand Down

0 comments on commit 380d815

Please sign in to comment.