> ## 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.

# Enumeration: ErrorCode

Defined in: [typescript/src/errors/ParmanaError.ts:13](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L13)

Stable machine-readable error codes.

## Enumeration Members

### CONFIGURATION\_ERROR

> **CONFIGURATION\_ERROR**: `"CONFIGURATION_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:14](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L14)

***

### VALIDATION\_ERROR

> **VALIDATION\_ERROR**: `"VALIDATION_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:16](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L16)

***

### AUTHENTICATION\_ERROR

> **AUTHENTICATION\_ERROR**: `"AUTHENTICATION_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:18](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L18)

***

### AUTHORIZATION\_ERROR

> **AUTHORIZATION\_ERROR**: `"AUTHORIZATION_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:20](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L20)

***

### NOT\_FOUND\_ERROR

> **NOT\_FOUND\_ERROR**: `"NOT_FOUND_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:22](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L22)

***

### CONFLICT\_ERROR

> **CONFLICT\_ERROR**: `"CONFLICT_ERROR"`

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

***

### EXECUTION\_REJECTED

> **EXECUTION\_REJECTED**: `"EXECUTION_REJECTED"`

Defined in: [typescript/src/errors/ParmanaError.ts:26](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L26)

***

### VERIFICATION\_ERROR

> **VERIFICATION\_ERROR**: `"VERIFICATION_ERROR"`

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

***

### REPLAY\_ERROR

> **REPLAY\_ERROR**: `"REPLAY_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:30](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L30)

***

### NETWORK\_ERROR

> **NETWORK\_ERROR**: `"NETWORK_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:32](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L32)

***

### TIMEOUT\_ERROR

> **TIMEOUT\_ERROR**: `"TIMEOUT_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:34](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L34)

***

### RATE\_LIMIT\_ERROR

> **RATE\_LIMIT\_ERROR**: `"RATE_LIMIT_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:36](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L36)

***

### INTERNAL\_SERVER\_ERROR

> **INTERNAL\_SERVER\_ERROR**: `"INTERNAL_SERVER_ERROR"`

Defined in: [typescript/src/errors/ParmanaError.ts:38](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/errors/ParmanaError.ts#L38)
