Class NoResultError

Hierarchy

  • Error
    • NoResultError

Constructors

Properties

cause?: unknown
message: string
name: string
node: QueryNode

The operation node tree of the query that was executed.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc