type google.golang.org/grpc/internal/status.Error

6 uses

	google.golang.org/grpc/internal/status (current package)
		status.go#L129: 	return &Error{s: s}
		status.go#L207: type Error struct {
		status.go#L211: func (e *Error) Error() string {
		status.go#L216: func (e *Error) GRPCStatus() *Status {
		status.go#L222: func (e *Error) Is(target error) bool {
		status.go#L223: 	tse, ok := target.(*Error)