fix: libpaket: improve decode-error string
This commit is contained in:
parent
274f404ca0
commit
94fd314f1a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub enum LibraryError {
|
||||||
Unauthorized,
|
Unauthorized,
|
||||||
#[error("invalid argument: {0}")]
|
#[error("invalid argument: {0}")]
|
||||||
InvalidArgument(String),
|
InvalidArgument(String),
|
||||||
#[error("internal error, unable to decode: {0}")]
|
#[error("unable to decode: {0}")]
|
||||||
DecodeError(String),
|
DecodeError(String),
|
||||||
#[error("upstream api was changed. not continuing")]
|
#[error("upstream api was changed. not continuing")]
|
||||||
APIChange,
|
APIChange,
|
||||||
|
|
Loading…
Reference in a new issue