> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.AgentSessionErrorDetail.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface AgentSessionErrorDetail

```typescript
interface AgentSessionErrorDetail {
    code: string;
    retryable: boolean;
    userCopy: string;
}
```

Types: [code](#code), [retryable](#retryable), [userCopy](#usercopy)

##### Index

### <a id="properties"></a>Properties

[code](#code) [retryable](#retryable) [userCopy](#usercopy)

## <a id="properties-1"></a>Properties

### <a id="code"></a>code

```typescript
code: string
```

### <a id="retryable"></a>retryable

```typescript
retryable: boolean
```

### <a id="usercopy"></a>userCopy

```typescript
userCopy: string
```
