> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: PolicyValidationResult

Defined in: [typescript/src/client/PolicyApi.ts:24](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/PolicyApi.ts#L24)

Canonical policy validation result.

## Properties

### valid

> `readonly` **valid**: `boolean`

Defined in: [typescript/src/client/PolicyApi.ts:28](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/PolicyApi.ts#L28)

Indicates whether the policy is valid.

***

### errors

> `readonly` **errors**: readonly `string`\[]

Defined in: [typescript/src/client/PolicyApi.ts:33](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/client/PolicyApi.ts#L33)

Validation errors.
