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

FieldError

import type { FieldError } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

Object for errors on fields.

interface FieldError {
errorCode: string;
id: string;
message?: string | null;
}

§Properties

§
errorCode: string
[src]

The error code from getting a field.

§
id: string
[src]

The field identifier that caused the error.

§
message?: string | null
[src]

The error message from getting a field.