Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface InnerError
import { type InnerError } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

Detailed error.

Properties

code: string

Error code.

optional
message: string

Error message.

optional
innererror: InnerError

Detailed error.