@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (21 loc) • 899 B
Markdown
---
lang: en
title: 'API docs: repository.isentitynotfounderror'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.isentitynotfounderror.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [isEntityNotFoundError](./repository.isentitynotfounderror.md)
## isEntityNotFoundError() function
<b>Signature:</b>
```typescript
export declare function isEntityNotFoundError(e: any): e is EntityNotFoundError<any>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| e | any | |
<b>Returns:</b>
e is [EntityNotFoundError](./repository.entitynotfounderror.md)<!-- --><any>