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

# E1214 — Serialization failure

> Serialization failure

# E1214 — Serialization failure

| Property     | Value                 |
| ------------ | --------------------- |
| **Code**     | `1214`                |
| **Slug**     | `E1214`               |
| **Category** | `internal` (Internal) |

## What happened

Serialization failure.

## Why it happened

CBOR or internal serialization failed.

## How to fix

Retry the transaction. Report if the error persists.

## Receipt example

```json theme={null}
{
  "code": 1214,
  "slug": "E1214",
  "category": "internal",
  "what": "Serialization failure",
  "fix": "Retry the transaction.",
  "docs_url": "https://docs.cowboy.inc/errors/E1214"
}
```

***

<Card title="All Error Codes" icon="list" href="/errors/overview">
  View the complete error code reference
</Card>
