diff options
author | JinHyuk Kim <tk5641@naver.com> | 2020-08-01 03:29:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 14:29:54 -0400 |
commit | 0a8c1c53b6226b95981824fd7c59ef0ddeccd818 (patch) | |
tree | 506712e6427cec5e51c7539c7e023b8452d37bde /docs/src | |
parent | 6b5aa669db4d57231e21b1ee97c63a06167e117e (diff) | |
download | libuv-0a8c1c53b6226b95981824fd7c59ef0ddeccd818.tar.gz libuv-0a8c1c53b6226b95981824fd7c59ef0ddeccd818.zip |
doc: add more error constants
PR-URL: https://github.com/libuv/libuv/pull/2932
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/errors.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/src/errors.rst b/docs/src/errors.rst index b8f971f5..f5a01ec5 100644 --- a/docs/src/errors.rst +++ b/docs/src/errors.rst @@ -319,6 +319,18 @@ Error constants too many links +.. c:macro:: UV_ENOTTY + + inappropriate ioctl for device + +.. c:macro:: UV_EFTYPE + + inappropriate file type or format + +.. c:macro:: UV_EILSEQ + + illegal byte sequence + API --- |