Skip to content

Commit be90569

Browse files
committed
Update ErrorCodes
1 parent 39fd312 commit be90569

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,14 @@ Once stex has finished executing an exit code is reported that indicates the "er
121121
| 1 | INVALID_ARGS | The arguments provided were not recognized or were formatted incorrectly |
122122
| 2 | NO_INPUT | The required input directory was not provided |
123123
| 3 | NO_OUTPUT | The required output directory was not provided |
124-
| 4 | INVALID_INPUT | The provided input directory was invalid |
125-
| 5 | INVALID_OUTPUT | The provided output directory was invalid |
126-
| 101 | INVALID_FORMAT | The provided pixel format was invalid |
124+
| 4 | INVALID_INPUT | The provided input directory is invalid |
125+
| 5 | INVALID_OUTPUT | The provided output directory is invalid |
126+
| 101 | INVALID_FORMAT | The provided pixel format is invalid |
127127
| 102 | NO_IMAGES | The provided input directory contains no images |
128-
| 103 | CANT_READ_IMAGE | Failed to read an input image |
129-
| 104 | CANT_WRITE_ATLAS | Failed to write the output atlas |
130-
| 105 | CANT_WRITE_KEY | Failed to write the output atlas key |
128+
| 103 | DUPLICATE_NAME | The provided input directory contains images with the same basename |
129+
| 104 | CANT_READ_IMAGE | Failed to read an input image |
130+
| 105 | CANT_WRITE_ATLAS | Failed to write the output atlas |
131+
| 106 | CANT_WRITE_KEY | Failed to write the output atlas key |
131132
| 201 | CANT_READ_KEY | Failed to read the input atlas key |
132133
| 202 | ATLAS_DOESNT_EXIST | The TEX file specified within the input atlas key could not be found |
133134
| 203 | CANT_READ_ATALAS | Failed to read the input atlas |

0 commit comments

Comments
 (0)