Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // Code is a stringable type as defined in the gRPC spec. // https://godoc.org/google.golang.org/grpc/codes#Code Code fmt.Stringer // Message is a human-readable explanation specific to this occurrence of the error. Message string // Logical operation and nested error. Op string Err error // contains filtered or unexported fields }
Error defines a standard application error.
func (Error) MarshalZerologObject ¶
Click to show internal directories.
Click to hide internal directories.