Skip to main content
interface ErrorModel
Re-export
import { type ErrorModel } from "https://deno.land/x/aiformrecognizer@v1.1.0/mod.ts";

Error info.

Properties

code: string

Error code.

message: string

Error message.

optional
target: string

Target of the error.

optional
details: ErrorModel[]

List of detailed errors.

optional
innererror: InnerError

Detailed error.