Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrGrpcBadStatus is the error returned when a non serving status is returend by a grpc service ErrGrpcBadStatus = errors.New("grpc status: not ok") // ErrGrpcConnFailure is the error returned when the grpc dial fails to connect to the specified host ErrGrpcConnFailure = errors.New("grpc conn: failure") // ErrHTTPBadStatus is the error returned when a non ok status is returned by a http service ErrHTTPBadStatus = errors.New("http status: not ok") // ErrHTTPGet is the errro returned when an http client encounters an error while performing a GET ErrHTTPGet = errors.New("http client: get") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.