Home
last modified time | relevance | path

Searched refs:OHOSErrorCode (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/constant/include/
H A Dsocket_constant.h30 enum OHOSErrorCode { enum
127 {ESRCH, {OHOSErrorCode::OHOS_ERR_ESRCH, "No such process"}},
129 {EIO, {OHOSErrorCode::OHOS_ERR_EIO, "Input/output error"}},
138 {EFAULT, {OHOSErrorCode::OHOS_ERR_EFAULT, "Bad address"}},
141 {EEXIST, {OHOSErrorCode::OHOS_ERR_EEXIST, "File exists"}},
143 {ENODEV, {OHOSErrorCode::OHOS_ERR_ENODEV, "No such device"}},
145 {EISDIR, {OHOSErrorCode::OHOS_ERR_EISDIR, "Is a directory"}},
151 {EFBIG, {OHOSErrorCode::OHOS_ERR_EFBIG, "File too large"}},
153 {ESPIPE, {OHOSErrorCode::OHOS_ERR_ESPIPE, "Illegal seek"}},
156 {EPIPE, {OHOSErrorCode::OHOS_ERR_EPIPE, "Broken pipe"}},
[all …]