# SerializedError

# Interface: SerializedError

Defined in: [packages/workflow-core/src/types.ts:16](https://github.com/TanStack/workflow/blob/main/packages/workflow-core/src/types.ts#L16)

## Properties

### message

```ts
message: string;
```

Defined in: [packages/workflow-core/src/types.ts:18](https://github.com/TanStack/workflow/blob/main/packages/workflow-core/src/types.ts#L18)

***

### name

```ts
name: string;
```

Defined in: [packages/workflow-core/src/types.ts:17](https://github.com/TanStack/workflow/blob/main/packages/workflow-core/src/types.ts#L17)

***

### stack?

```ts
optional stack: string;
```

Defined in: [packages/workflow-core/src/types.ts:19](https://github.com/TanStack/workflow/blob/main/packages/workflow-core/src/types.ts#L19)
