# SnippetView

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/api-client.ts#L121)

API error carrying the HTTP status so callers can branch on it.
402 (out of credits) must render an upgrade CTA, never a blind Retry.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `name` | `string` |
| `title` | `string | null` |
| `content` | `string` |
| `createdById` | `string | null` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
