| /commonlibrary/rust/ylong_http/ylong_http_client/src/ |
| D | error.rs | 426 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
|
| D | lib.rs | 42 mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h1/ |
| D | mod.rs | 16 mod error; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | mod.rs | 16 mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | mod.rs | 55 mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
| D | mod.rs | 15 mod error; module
|
| D | stream.rs | 55 let error = ErrorStack::get(); in get_error() localVariable 242 pub(crate) error: SslError, field 246 pub(crate) fn error(&self) -> &SslError { in error() method
|
| D | ssl_base.rs | 77 let error = stream.get_error(ret); in connect() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | mod.rs | 18 mod error; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | lib.rs | 37 pub mod error; module
|
| D | error.rs | 56 error: Box<dyn std::error::Error + Send + Sync>, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | mod.rs | 17 pub mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | lib.rs | 44 pub mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | bio.rs | 130 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
|
| D | mod.rs | 23 pub(crate) mod error; module
|
| D | error.rs | 360 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/ |
| D | lib.rs | 56 mod error; module
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | task_group_manager.cpp | 108 …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
|
| D | worker.cpp | 548 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
|
| D | task_group.cpp | 273 std::string error = "taskpool:: taskGroup has been canceled"; in RejectResult() local
|
| /commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
| D | lock_request.cpp | 162 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/ |
| D | error_helper.h | 201 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/ |
| D | entry.rs | 26 mod error; module
|
| /commonlibrary/ets_utils/js_util_module/util/src/ |
| D | util_js.ts | 127 …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/ |
| D | mod.rs | 16 pub(crate) mod error; module
|