Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PutMetricsErrorCode

import type { PutMetricsErrorCode } from "https://aws-api.deno.dev/v0.4/services/sagemakermetrics.ts?docs=full";
type PutMetricsErrorCode =
| "METRIC_LIMIT_EXCEEDED"
| "INTERNAL_ERROR"
| "VALIDATION_ERROR"
| "CONFLICT_ERROR"

§Type

§
"METRIC_LIMIT_EXCEEDED" | "INTERNAL_ERROR" | "VALIDATION_ERROR" | "CONFLICT_ERROR" | cmnP.UnexpectedEnumValue
[src]