internal/clienterrors: add file resolution error
Add a client error type for an error in the remote file resolution job.
This commit is contained in:
parent
414424cd30
commit
b493da1878
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const (
|
|||
ErrorOSTreeRefResolution ClientErrorCode = 33
|
||||
ErrorOSTreeParamsInvalid ClientErrorCode = 34
|
||||
ErrorOSTreeDependency ClientErrorCode = 35
|
||||
ErrorRemoteFileResolution ClientErrorCode = 36
|
||||
)
|
||||
|
||||
type ClientErrorCode int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue