API 参考
    正在准备搜索索引...

    类 SubjectWithoutIdentifierError

    Thrown when operation is going to be executed on a subject without identifier. This error should never be thrown, however it still presents to prevent user from updation or removing the whole table. If this error occurs still, it most probably is an ORM internal problem which must be reported and fixed.

    层级 (查看层级一览)

    索引

    构造函数

    属性

    cause?: unknown
    message: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    访问器

    • get name(): string

      返回 string

    方法

    • Create .stack property on a target object

      参数

      • targetObject: object
      • 可选constructorOpt: Function

      返回 void