allow say verb failed as NonFatalTaskError for File Not Found (#1443)

* allow say verb failed as NonFatalTaskError for File Not Found

* wip
This commit is contained in:
Hoan Luu Huu
2025-11-20 19:22:28 +07:00
committed by GitHub
parent 769b66f57e
commit 1984b6d3ea
2 changed files with 18 additions and 6 deletions

View File

@@ -356,5 +356,8 @@
"WS_CLOSE_CODES": {
"NormalClosure": 1000,
"GoingAway": 1001
}
},
"NON_FANTAL_ERRORS": [
"File Not Found"
]
}