Select Git revision
clientError.go

Sydney Anne Erickson authored
clientError.go 156 B
package interfaces
type ClientError struct {
Source string
Message string
Trace string
}
type ClientErrorReport func(source, message, trace string)