Add new type of errror

This commit is contained in:
Laurent Clouet
2020-05-16 10:51:22 +02:00
parent 642ad86419
commit 656985c538
3 changed files with 9 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ public class Error {
OS_NOT_SUPPORTED(17),
CPU_NOT_SUPPORTED(18),
GPU_NOT_SUPPORTED(19),
VALIDATION_FAILED(25),
// internal error handling
NO_SPACE_LEFT_ON_DEVICE(100),