Skip to main content
Module

x/sentry/index.mjs>SpanStatusType

The Official Sentry Deno SDK
Go to Latest
type alias SpanStatusType
import { type SpanStatusType } from "https://deno.land/x/sentry@7.109.0/index.mjs";
definition:
| "ok"
| "deadline_exceeded"
| "unauthenticated"
| "permission_denied"
| "not_found"
| "resource_exhausted"
| "invalid_argument"
| "unimplemented"
| "unavailable"
| "internal_error"
| "unknown_error"
| "cancelled"
| "already_exists"
| "failed_precondition"
| "aborted"
| "out_of_range"
| "data_loss"