interface IOTelSpanStatus {
    code: eOTelSpanStatusCode;
    message?: string;
}

Properties

Properties

The status code of this message.

message?: string

A developer-facing error message.