Skip to main content
interface ErrorModel
import { type ErrorModel } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.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.