fix: ErrNoMatchFound error
This commit is contained in:
parent
e7dd1e7a56
commit
00e2a96c79
|
@ -76,7 +76,7 @@ var errorReasons = map[Error]string{
|
|||
ErrorUnknown: "unknown error",
|
||||
ErrorSuccess: "all right",
|
||||
ErrorFailure: "it failed",
|
||||
ErrorNoMatchFound: "resource found",
|
||||
ErrorNoMatchFound: "resource not found",
|
||||
ErrorAlreadyExists: "already exists",
|
||||
ErrorConfig: "configuration error",
|
||||
ErrorUpload: "upload failed",
|
||||
|
|
Loading…
Reference in New Issue