@@ -62,26 +62,26 @@ four groups with the following ranges:
6262
6363A full list of the exit codes and their descriptions can be found below:
6464
65- | Code | Description |
66- | ------| --------------------------------------------------------------|
67- | 0 | Success |
68- | 1 | An unknown error occurred |
69- | 100 | No Taskfile was found |
70- | 101 | A Taskfile already exists when trying to initialize one |
71- | 102 | The Taskfile is invalid or cannot be parsed |
72- | 103 | A remote Taskfile could not be downloaded |
73- | 104 | A remote Taskfile was not trusted by the user |
74- | 105 | A remote Taskfile was could not be fetched securely |
75- | 106 | No cache was found for a remote Taskfile in offline mode |
76- | 107 | No schema version was defined in the Taskfile |
77- | 200 | The specified task could not be found |
78- | 201 | An error occurred while executing a command inside of a task |
79- | 202 | The user tried to invoke a task that is internal |
80- | 203 | There a multiple tasks with the same name or alias |
81- | 204 | A task was called too many times |
82- | 205 | A task was cancelled by the user |
83- | 206 | A task was not executed due to missing required variables |
84- | 207 | A task was not executed due variable has wrong value |
65+ | Code | Description |
66+ | ------| --------------------------------------------------------------------- |
67+ | 0 | Success |
68+ | 1 | An unknown error occurred |
69+ | 100 | No Taskfile was found |
70+ | 101 | A Taskfile already exists when trying to initialize one |
71+ | 102 | The Taskfile is invalid or cannot be parsed |
72+ | 103 | A remote Taskfile could not be downloaded |
73+ | 104 | A remote Taskfile was not trusted by the user |
74+ | 105 | A remote Taskfile was could not be fetched securely |
75+ | 106 | No cache was found for a remote Taskfile in offline mode |
76+ | 107 | No schema version was defined in the Taskfile |
77+ | 200 | The specified task could not be found |
78+ | 201 | An error occurred while executing a command inside of a task |
79+ | 202 | The user tried to invoke a task that is internal |
80+ | 203 | There a multiple tasks with the same name or alias |
81+ | 204 | A task was called too many times |
82+ | 205 | A task was cancelled by the user |
83+ | 206 | A task was not executed due to missing required variables |
84+ | 207 | A task was not executed due to a variable having an incorrect value |
8585
8686These codes can also be found in the repository in
8787[ ` errors/errors.go ` ] ( https://github.com/go-task/task/blob/main/errors/errors.go ) .
0 commit comments