Page Contents
Home > @loopback/repository > isEntityNotFoundError
isEntityNotFoundError() function
Signature:
export declare function isEntityNotFoundError(e: any): e is EntityNotFoundError<any>;
Parameters
Parameter | Type | Description |
---|---|---|
e | any |
Returns:
e is EntityNotFoundError<any>