Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 39) 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.rs55 let error = ErrorStack::get(); in get_error() localVariable
242 pub(crate) error: SslError, field
246 pub(crate) fn error(&self) -> &SslError { in error() method
Dssl_base.rs77 let error = stream.get_error(ret); in connect() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dmod.rs18 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_runtime/ylong_runtime/src/sync/
Dmod.rs17 pub mod error; module
/commonlibrary/rust/ylong_http/ylong_http/src/
Dlib.rs44 pub mod error; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dbio.rs130 pub(crate) error: Option<io::Error>, field
387 let error = get_error::<Cursor<Vec<u8>>>(bio); in ut_get_error() localVariable
391 let error = get_error::<Cursor<Vec<u8>>>(bio); in ut_get_error() localVariable
446 let error = io::Error::new(io::ErrorKind::WouldBlock, "operation would back"); in ut_try_error() localVariable
448 let error = io::Error::new(io::ErrorKind::NotConnected, "not connected"); in ut_try_error() localVariable
450 let error = io::Error::new(io::ErrorKind::Other, "some other error"); in ut_try_error() localVariable
Dmod.rs23 pub(crate) mod error; module
Derror.rs360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from() localVariable
414 let error = StackError { in ut_fmt() localVariable
/commonlibrary/rust/ylong_json/src/
Dlib.rs56 mod error; module
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_group_manager.cpp108 …napi_value error = TaskManager::GetInstance().CancelError(env, 0, "taskpool:: taskGroup has been c… in CancelGroup() local
118 …napi_value error = TaskManager::GetInstance().CancelError(env, 0, "taskpool:: taskGroup has been c… in CancelGroup() local
Dworker.cpp548 std::string error = "TaskResultCallback engine is null"; in TaskResultCallback() local
554 std::string error = "data is nullptr"; in TaskResultCallback() local
561 std::string error = "task is nullptr, taskId: " + std::to_string(task->taskId_); in TaskResultCallback() local
Dtask_group.cpp273 std::string error = "taskpool:: taskGroup has been canceled"; in RejectResult() local
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dlock_request.cpp162 std::string error; in TimeoutCallback() local
200 …napi_value error = ErrorHelper::NewError(env_, ErrorHelper::ERR_ASYNCLOCK_TIMEOUT, errorMessage.c_… in HandleRequestTimeout() local
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Derror_helper.h201 static napi_value TranslateErrorEvent(napi_env env, napi_value error) in TranslateErrorEvent()
251 static napi_value ObjectToError(napi_env env, napi_value error) in ObjectToError()
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dentry.rs26 mod error; module
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts127 …let error = new BusinessError(`Parameter error. The type of ${options} must be BASIC or BASIC_URL_… variable
135 …let error = new BusinessError(`Parameter error. The type of ${options} must be one of the type enu… variable
149 …let error = new BusinessError(`Parameter error. The type of ${options} must be one of the type enu… variable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dmod.rs16 pub(crate) mod error; module

12