Plane docs
ApiSchemas

SpanStatus

One shape from the contract, as it appears on the wire.

Used by traces.forSession

Referenced from Span

JSON Schema

{
  "type": "string",
  "enum": [
    "ok",
    "error"
  ]
}

On this page