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,
|
||||
#[error("invalid argument: {0}")]
|
||||
InvalidArgument(String),
|
||||
#[error("internal error, unable to decode: {0}")]
|
||||
#[error("unable to decode: {0}")]
|
||||
DecodeError(String),
|
||||
#[error("upstream api was changed. not continuing")]
|
||||
APIChange,
|
||||
|
|
Loading…
Reference in a new issue