Home
last modified time | relevance | path

Searched defs:ErrorKind (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs72 pub fn error_kind(&self) -> ErrorKind { in error_kind()
76 pub(crate) fn new_with_cause<T>(kind: ErrorKind, cause: Option<T>) -> Self in new_with_cause()
86 pub(crate) fn new_with_message(kind: ErrorKind, message: &str) -> Self { in new_with_message()
120 pub enum ErrorKind { enum
152 impl ErrorKind { impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs61 pub enum ErrorKind { enum
78 impl ErrorKind { impl
125 pub fn new<E>(kind: ErrorKind, error: E) -> ScheduleError in new()
132 fn _new(kind: ErrorKind, error: Box<dyn std::error::Error + Send + Sync>) -> ScheduleError { in _new()
180 pub fn kind(&self) -> ErrorKind { in kind()
/commonlibrary/rust/ylong_http/ylong_http/src/
Derror.rs73 pub(crate) enum ErrorKind { enum
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dstate.rs150 pub(crate) fn turning_to_finish(&self) -> Result<usize, ErrorKind> { in turning_to_finish() argument