| /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 | 54 let error = ErrorStack::get(); in get_error() localVariable 240 pub(crate) error: SslError, field 244 pub(crate) fn error(&self) -> &SslError { in error() method
|
| D | ssl_base.rs | 74 let error = stream.get_error(ret); in connect() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | mod.rs | 19 mod error; module
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | lib.rs | 39 pub mod error; module
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | mod.rs | 17 pub 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_json/src/ |
| D | lib.rs | 56 mod error; module
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | task_group.cpp | 198 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
|
| D | task_manager.cpp | 650 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/ |
| D | mod.rs | 23 pub(crate) mod error; module
|
| D | bio.rs | 130 pub(crate) error: Option<io::Error>, field
|
| D | error.rs | 360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| D | entry.rs | 25 mod error; module
|
| /commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
| D | error_helper.h | 189 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/ |
| D | lock_request.cpp | 270 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/ |
| D | util_js.ts | 123 …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/ |
| D | http1.rs | 268 let error = e.into(); in read_body_result() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | mod.rs | 18 pub(crate) mod error; module
|