Home
last modified time | relevance | path

Searched refs:CollectionError (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/src/
H A Dcollector.rs17 pub enum CollectionError { enum
21 impl CollectionError { impl
23 use CollectionError::*; in to_entry()
171 .map_err(|_| CollectionError::CouldNotRetrieve("Operating system type".into()))?; in collect()
197 .map_err(|err| CollectionError::CouldNotRetrieve(err.to_string()))? in macos_info()
307 CollectionError::CouldNotRetrieve(format!( in collect()
315 CollectionError::CouldNotRetrieve(format!( in collect()
371 CollectionError::CouldNotRetrieve(format!( in collect()
H A Dlib.rs26 use collector::{CollectionError, Collector};
30 pub(crate) type Result<T> = result::Result<T, CollectionError>;
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/csvn/ext/
H A Dcallback_receiver.py58 self.exception = CollectionError(
184 class CollectionError(Exception): class
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/csvn/ext/
H A Dcallback_receiver.py58 self.exception = CollectionError(
184 class CollectionError(Exception): class
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/ctypes-python/csvn/ext/
H A Dcallback_receiver.py58 self.exception = CollectionError(
184 class CollectionError(Exception): class
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/ctypes-python/csvn/ext/
H A Dcallback_receiver.py58 self.exception = CollectionError(
184 class CollectionError(Exception): class
/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/examples/
H A Dcustom_collector.rs12 fn collect(&mut self, _: &CrateInfo) -> Result<ReportEntry, CollectionError> { in collect() argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/zipkin-go-opentracing-0.3.4/
H A Dcollector.go55 type CollectionError interface { interface
H A Dcollector_test.go58 collectionError := err.(CollectionError).GetErrors()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/
H A Dcollector.go55 type CollectionError interface { interface
/dports/misc/estic/estic-1.61_10/spunk/
H A Dcoll.cc36 void (*CollectionError) (int) = NULL; variable
H A Dcoll.h52 extern void (*CollectionError) (int);