Skip to content

Commit 3807242

Browse files
lucarin91dido18
andauthored
Update internal/update/errors.go
Co-authored-by: Davide <davideneri18@gmail.com>
1 parent c48ffae commit 3807242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/update/errors.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ type ErrorCode string
66

77
// TODO: add the error to the openAPI spec as an enum
88
const (
9-
NoInternetConnection ErrorCode = "NO_INTERNET_CONNECTION"
10-
OperationInProgress ErrorCode = "OPERATION_IN_PROGRESS"
11-
UnknownError ErrorCode = "UNKNOWN_ERROR"
9+
NoInternetConnectionCode ErrorCode = "NO_INTERNET_CONNECTION"
10+
OperationInProgressCode ErrorCode = "OPERATION_IN_PROGRESS"
11+
UnknownErrorCode ErrorCode = "UNKNOWN_ERROR"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)