What are you trying to achieve?
Understanding the SetStatus spec :)
Additional context.
In the SetStatus there is a line:
status code should remain unset except when the value is set to Unset which should be ignored
I'm not sure what this is trying to say. One thought is it is saying that in a span you should just leave the status to a "null" or whatever the language in question uses for having something not set? But then it says "except" when set to Unset but also that that exception should be "ignored"?
What are you trying to achieve?
Understanding the SetStatus spec :)
Additional context.
In the SetStatus there is a line:
I'm not sure what this is trying to say. One thought is it is saying that in a span you should just leave the
statusto a "null" or whatever the language in question uses for having something not set? But then it says "except" when set toUnsetbut also that that exception should be "ignored"?