We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48ffae commit 3807242Copy full SHA for 3807242
internal/update/errors.go
@@ -6,9 +6,9 @@ type ErrorCode string
6
7
// TODO: add the error to the openAPI spec as an enum
8
const (
9
- NoInternetConnection ErrorCode = "NO_INTERNET_CONNECTION"
10
- OperationInProgress ErrorCode = "OPERATION_IN_PROGRESS"
11
- UnknownError ErrorCode = "UNKNOWN_ERROR"
+ NoInternetConnectionCode ErrorCode = "NO_INTERNET_CONNECTION"
+ OperationInProgressCode ErrorCode = "OPERATION_IN_PROGRESS"
+ UnknownErrorCode ErrorCode = "UNKNOWN_ERROR"
12
)
13
14
var (
0 commit comments