Home
last modified time | relevance | path

Searched defs:FailError (Results 1 – 5 of 5) sorted by relevance

/dports/shells/elvish/elvish-0.17.0/pkg/eval/
H A Dbuiltin_fn_flow.go230 type FailError struct{ Content interface{} } struct
233 func (e FailError) Error() string { return vals.ToString(e.Content) }
236 func (e FailError) Fields() vals.StructMap { return failFields{e} }
/dports/devel/jsoncpp/jsoncpp-1.9.5/test/
H A Drunjsontests.py65 class FailError(Exception): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/test/
H A Drunjsontests.py65 class FailError(Exception): class
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/
H A Dutil.rs24 pub fn get_pixbuf_data(pb: &Pixbuf) -> Result<Vec<u8>, FailError> { in get_pixbuf_data() argument
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Testing/
H A DRandom.hs309 | FailError EvalErrorEx [Value] constructor