Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 34) sorted by relevance

12

/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs426 let error = HttpClientError::from_io_error( in ut_client_err_io_error() localVariable
431 let error = HttpClientError::from_str(ErrorKind::Request, "error"); in ut_client_err_io_error() localVariable
442 let error = HttpClientError::from_io_error( in ut_client_err_debug_fmt() localVariable
451 let error = HttpClientError::user_aborted(); in ut_client_err_debug_fmt() localVariable
457 let error = HttpClientError::other(io::Error::from(io::ErrorKind::BrokenPipe)); in ut_client_err_debug_fmt() localVariable
471 let error = HttpClientError::from_io_error( in ut_client_err_display_fmt() localVariable
477 let error = HttpClientError::user_aborted(); in ut_client_err_display_fmt() localVariable
480 let error = HttpClientError::other(io::Error::from(io::ErrorKind::BrokenPipe)); in ut_client_err_display_fmt() localVariable
Dlib.rs42 mod error; module
/commonlibrary/rust/ylong_http/ylong_http/src/h1/
Dmod.rs16 mod error; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dmod.rs16 mod error; module
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dmod.rs55 mod error; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dmod.rs15 mod error; module
Dstream.rs54 let error = ErrorStack::get(); in get_error() localVariable
240 pub(crate) error: SslError, field
244 pub(crate) fn error(&self) -> &SslError { in error() method
Dssl_base.rs74 let error = stream.get_error(ret); in connect() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dmod.rs19 mod error; module
/commonlibrary/rust/ylong_http/ylong_http/src/
Dlib.rs39 pub mod error; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dmod.rs17 pub mod error; module
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dlib.rs37 pub mod error; module
Derror.rs56 error: Box<dyn std::error::Error + Send + Sync>, field
/commonlibrary/rust/ylong_json/src/
Dlib.rs56 mod error; module
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_group.cpp198 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelPendingGroup() local
218 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelGroupTask() local
Dtask_manager.cpp650 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: task has been canceled"); in CancelTask() local
1567 … napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelGroup() local
1577 napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: taskGroup has been canceled"); in CancelGroup() local
1688 …napi_value error = ErrorHelper::NewError(env, 0, "taskpool:: sequenceRunner task has been canceled… in DisposeCanceledTask() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dmod.rs23 pub(crate) mod error; module
Dbio.rs130 pub(crate) error: Option<io::Error>, field
Derror.rs360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs25 mod error; module
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Derror_helper.h189 static napi_value TranslateErrorEvent(napi_env env, napi_value error) in TranslateErrorEvent()
239 static napi_value ObjectToError(napi_env env, napi_value error) in ObjectToError()
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dlock_request.cpp270 std::string error; in TimeoutCallback() local
309 …napi_value error = ErrorHelper::NewError(env_, ErrorHelper::ERR_ASYNCLOCK_TIMEOUT, errorMessage.c_… in HandleRequestTimeout() local
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts123 …let error = new BusinessError(`Parameter error. The type of ${options} must be BASIC or BASIC_URL_… variable
131 …let error = new BusinessError(`Parameter error. The type of ${options} must be one of the type enu… variable
145 …let error = new BusinessError(`Parameter error. The type of ${options} must be one of the type enu… variable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp1.rs268 let error = e.into(); in read_body_result() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs18 pub(crate) mod error; module

12