Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / SpanStatus

Type Alias: SpanStatus

SpanStatus = "ok" | "error" | "cancelled"

Defined in: layer4/types.ts:110

Span 结束状态。

MIT Licensed