Module

x/justaos_orm/src/errors/ORMError.ts>ORMError

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
class ORMError
extends Error
import { ORMError } from "https://dotland.deno.dev/x/justaos_orm@v9.1.2/src/errors/ORMError.ts";

Constructors

new
ORMError(
message: string,
cause?: any,
)

Properties

readonly
optional
cause: any
readonly
code: ORMErrorCode
readonly
name: string