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 9bc2afc commit 225c5bfCopy full SHA for 225c5bf
internal/cli/feedback/errorcodes.go
@@ -42,4 +42,13 @@ const (
42
43
// ErrBadArgument is returned when the arguments are not valid (7)
44
ErrBadArgument
45
+
46
+ // ErrSketchError is return when the occurs some error in the sketch package (8)
47
+ ErrSketchError
48
49
+ // ErrCompilation is returned when the compiler throw some errors (9)
50
+ ErrCompilation
51
52
+ // ErrBoardUpload is returned when the upload to board fails (10)
53
+ ErrBoardUpload
54
)
0 commit comments