You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed under the Apache License, Version 2.0. Please see https://github.com/Workiva/opentelemetry-dart/blob/master/LICENSE for more information
/// The set of canonical status codes.
enum StatusCode {
/// The default status.
unset,
/// The operation contains an error.
error,
/// The operation has been validated by an Application developers or