nit on error text
This commit is contained in:
parent
6996f0029f
commit
25359d9b17
|
@ -54,7 +54,7 @@ pub enum Error {
|
||||||
#[error("Failed to initialize the client: {0}")]
|
#[error("Failed to initialize the client: {0}")]
|
||||||
InitError(Box<dyn std::error::Error + Send + Sync>),
|
InitError(Box<dyn std::error::Error + Send + Sync>),
|
||||||
|
|
||||||
#[error("Circuit breaker tripped.")]
|
#[error("GitHub Actions Cache throttled Magic Nix Cache. Not trying to use it again on this run.")]
|
||||||
CircuitBreakerTripped,
|
CircuitBreakerTripped,
|
||||||
|
|
||||||
#[error("Request error: {0}")]
|
#[error("Request error: {0}")]
|
||||||
|
|
Loading…
Reference in a new issue