Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Diagnostics.​ActivityStatusCode
Assembly: System.Diagnostics.DiagnosticSource
Define the status code of the Activity which indicate the status of the instrumented operation.
Values
Unset
Unset status code is the default value indicating the status code is not initialized.
Ok
Status code indicating the operation has been validated and completed successfully.
Error
Status code indicating an error is encountered during the operation.