Home
last modified time | relevance | path

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

/dports/net/rclone/rclone-1.57.0/vendor/github.com/zeebo/errs/
H A Derrs_test.go11 type causeError struct{ error } struct
13 func (c causeError) Cause() error { return c.error }
/dports/net/storj/storj-1.45.3/vendor/github.com/zeebo/errs/
H A Derrs_test.go11 type causeError struct{ error } struct
13 func (c causeError) Cause() error { return c.error }
/dports/www/R-cran-shiny/shiny/tests/testthat/
H A Dtest-stacks.R1 causeError <- function(full) { function
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestSupplementalInfo.java1752 …public void errOrLog(CoverageIssue causeError, String message, String logTicket, String logComment… in errOrLog()
1770 public void errOrLog(CoverageIssue causeError, String message) { in errOrLog()