Versions in this module Expand all Collapse all v0 v0.1.2 Nov 6, 2018 v0.1.1 Oct 3, 2018 Changes in this version type GRPCError + Details []*any.Any v0.1.0 Sep 14, 2018 Changes in this version + type Code int + const MessageTypeMismatch + const MethodNotFound + const ServiceNotFound + const ServiceUnresolvable + const Unknown + const UpstreamConnFailure + const VersionNotSpecified + const VersionUndecidable + type Error interface + HTTPStatusCode func() int + WriteJSON func(w io.Writer) error + type GRPCError struct + Message string + StatusCode int + func (e *GRPCError) Error() string + func (e *GRPCError) HTTPStatusCode() int + func (e *GRPCError) WriteJSON(w io.Writer) error + type ProxyError struct + Err error + Message string + func (e *ProxyError) Error() string + func (e *ProxyError) HTTPStatusCode() int + func (e *ProxyError) WriteJSON(w io.Writer) error