# Show Error Details

## Summary

If enabled, **Show Error Details** includes policy evaluation explanation and remediation details in authorization error responses.

## How to configure

**Core:**

| **Config file keys** | **Type**  | **Usage**    | **Default** |
| :------------------- | :-------- | :----------- | :---------- |
| `show_error_details` | `boolean` | **optional** | `false`     |

### Examples

```yaml
routes:
  - from: https://example.com
    to: https://upstream.internal
    show_error_details: true
```

**Enterprise:**

**Kubernetes:**

Kubernetes does not support `show_error_details`
