API Reference
isGraphGuardDeniedException()
Checks whether a value is a graph guard denied exception.
Import
import { isGraphGuardDeniedException } from "@graphrefly/ts/adapters/nestjs/native";
Signature
function isGraphGuardDeniedException(value: unknown): value is GraphGuardDeniedException
Parameters
| Parameter | Type | Description |
|---|---|---|
value | unknown | Unknown value to check or decode. |
Returns
true when the value matches the expected shape.
Example
import { isGraphGuardDeniedException } from "@graphrefly/ts/adapters/nestjs/native";
Source
packages/ts/src/adapters/nestjs/native.ts