Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class OffsetWithoutLimitNotSupportedError
extends Error
import { OffsetWithoutLimitNotSupportedError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/OffsetWithoutLimitNotSupportedError.ts";

Thrown when user tries to build SELECT query using OFFSET without LIMIT applied but database does not support it.

Constructors

new
OffsetWithoutLimitNotSupportedError()

Properties

name: string