Skip to main content
Version: 0.17

Class: RecordNotFoundException

A record could not be found.

Hierarchy​

Constructors​

constructor​

• new RecordNotFoundException(type, id)

Parameters​

NameType
typestring
idstring

Overrides​

RecordException.constructor

Defined in​

packages/@orbit/records/src/record-exceptions.ts:91

Properties​

field​

• Optional field: string

Inherited from​

RecordException.field

Defined in​

packages/@orbit/records/src/record-exceptions.ts:70


id​

• id: string

Inherited from​

RecordException.id

Defined in​

packages/@orbit/records/src/record-exceptions.ts:69


message​

• message: string

Inherited from​

RecordException.message

Defined in​

node_modules/typescript/lib/lib.es5.d.ts:1023


name​

• name: string

Inherited from​

RecordException.name

Defined in​

node_modules/typescript/lib/lib.es5.d.ts:1022


stack​

• Optional stack: string

Inherited from​

RecordException.stack

Defined in​

node_modules/typescript/lib/lib.es5.d.ts:1024


type​

• type: string

Inherited from​

RecordException.type

Defined in​

packages/@orbit/records/src/record-exceptions.ts:68


stackTraceLimit​

â–ª Static stackTraceLimit: number

Inherited from​

RecordException.stackTraceLimit

Defined in​

node_modules/@types/node/globals.d.ts:13

Accessors​

description​

• get description(): string

A synonym for message.

deprecated since v0.17, access message instead

Returns​

string

Inherited from​

RecordException.description

Defined in​

packages/@orbit/core/dist/modules/exception.d.ts:10

Methods​

captureStackTrace​

â–¸ Static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters​

NameType
targetObjectobject
constructorOpt?Function

Returns​

void

Inherited from​

RecordException.captureStackTrace

Defined in​

node_modules/@types/node/globals.d.ts:4


prepareStackTrace​

â–¸ Static Optional prepareStackTrace(err, stackTraces): any

Optional override for formatting stack traces

see https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

Parameters​

NameType
errError
stackTracesCallSite[]

Returns​

any

Inherited from​

RecordException.prepareStackTrace

Defined in​

node_modules/@types/node/globals.d.ts:11