Select Git revision
-
Md. Alim Ul Karim authoredMd. Alim Ul Karim authored
all-interfaces.go 338 B
package errcore
type errorGetter interface {
Error() error
}
type compiledErrorGetter interface {
CompiledError() error
}
type compiledErrorWithTracesGetter interface {
CompiledErrorWithStackTraces() error
}
type fullStringWithTracesGetter interface {
FullStringWithTraces() error
}
type lengthGetter interface {
Length() int
}