MCPcopy Create free account

hub / github.com/juju/errors / types & classes

Types & classes24 in github.com/juju/errors

↓ 20 callersTypeAliasConstError
a ConstError is a prototype for a certain type of error
errortypes.go:14
InterfaceComplexErrorMessage
functions_test.go:406
StructErr
Err holds a description of an error along with information about where the error was created. It may be embedded in custom error types to add extra i
error.go:16
InterfaceLocationer
Locationer is an interface that represents a certain class of errors that contain the location information from where they were raised.
error.go:37
StructMyError
functions_test.go:517
StructbasicError
functions_test.go:338
Interfacecauser
functions.go:214
StructcomplexError
functions_test.go:411
StructcomplexErrorOther
functions_test.go:423
StructcontainsChecker
containsChecker is a copy of the containsChecker from juju/testing
checkers_test.go:15
StructerrWithType
errWithType is an Err bundled with its error type (a ConstError)
errortypes.go:61
StructerrorInfo
errorInfo holds information about a single error type: its type and name, wrapping and variable arguments constructors and message suffix.
errortypes_test.go:17
StructerrorTest
errortypes_test.go:56
StructerrorTypeSuite
errortypes_test.go:45
Structerror_
This is an uncomparable error type, as it is a struct that supports the error interface (as opposed to a pointer type).
error_test.go:177
StructerrorsSuite
error_test.go:15
StructfmtNoop
fmtNoop provides an internal type for wrapping errors so they won't be printed in fmt type commands. As this type is used by the Hide function it's ex
functions.go:426
StructfunctionSuite
functions_test.go:20
StructlocationError
locationError is the internal implementation of the Locationer interface.
error.go:44
StructsatisfiesChecker
satisfiesChecker is a copy of the satisfiesChecker from juju/testing
checkers_test.go:20
StructtestError
The testError is a value type error for ease of seeing results when the test fails.
error_test.go:197
Interfacetracer
functions_test.go:192
TypeAliasunformatter
helper for Format
error.go:201
Interfacewrapper
functions.go:218