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

FieldOptionError

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

Object for field Options errors.

interface FieldOptionError {
errorCode: string;
message: string;
value: string;
}

§Properties

§
errorCode: string
[src]

Error code from creating or updating field option.

§
message: string
[src]

Error message from creating or updating field option.

§
value: string
[src]

The field option value that caused the error.