FIX: handle printer file downalod failure

Change-Id: I1e8cbf4a6d4081270ed78bf7d1471eb1d6114a0b
This commit is contained in:
chunmao.guo
2023-07-31 16:57:23 +08:00
committed by Lane.Wei
parent 5a0f9ff4f0
commit 448e3b8a8b
3 changed files with 18 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public:
FILE_NAME_INVALID = 11,
FILE_SIZE_ERR = 12,
FILE_OPEN_ERR = 13,
FILE_READ_ERR = 14,
FILE_READ_WRITE_ERR = 14,
FILE_CHECK_ERR = 15,
FILE_TYPE_ERR = 16,
STORAGE_UNAVAILABLE = 17,