UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

24 lines (16 loc) 721 B
# CheckPermissionResultWithError Check Permission Result With Error ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allowed** | **boolean** | whether the relation tuple is allowed | [default to undefined] **error** | **string** | any error generated while checking the relation tuple | [optional] [default to undefined] ## Example ```typescript import { CheckPermissionResultWithError } from '@ory/client'; const instance: CheckPermissionResultWithError = { allowed, error, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)