# 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/keto-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)
