Skip to main content
Module

x/blocks/deps.ts>SpanStatusCode

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
enum SpanStatusCode
import { SpanStatusCode } from "https://deno.land/x/blocks@1.48.7/deps.ts";

An enumeration of status codes.

Members

ERROR = 2

The operation contains an error.

OK = 1

The operation has been validated by an Application developer or Operator to have completed successfully.

UNSET = 0

The default status.