Status codes for use with Span.SetStatus. These correspond to the status codes used by gRPC defined here: https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto Status if there is an error, it sets the error code "unknown" with the error string as span status otherwise status ok.
(span trace.Span, err error, msg string)