NoEntityFoundError
Defined in: src/errors.ts:14
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoEntityFoundError(
entityKey?):NoEntityFoundError
Defined in: src/errors.ts:18
Parameters
Section titled “Parameters”entityKey?
Section titled “entityKey?”string
Returns
Section titled “Returns”NoEntityFoundError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”entityKey
Section titled “entityKey”
readonlyentityKey:string|undefined
Defined in: src/errors.ts:16
The key that matched nothing, when the lookup was by key.