// The operation failed because of unimplemented functionality.
NET_ERROR(NOT_IMPLEMENTED, -11)
出处:https://source.chromium.org/chromium/chromium/src/+/main:net/base/net_error_list.h
NOT_IMPLEMENTED
public static final NetError NOT_IMPLEMENTED
The operation failed because of unimplemented functionality.
由于未实现的功能,操作失败。
出处:http://xuanyimao.com/doc/jxbrowser/6.23.1/com/teamdev/jxbrowser/chromium/events/NetError.html
相关资料 | 说明 |
---|---|
错误码的详细解释,参考链接 | https://source.chromium.org/chromium/chromium/src/+/main:net/base/net_error_list.h |