buena-typescript-sdk
Version:
Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management
17 lines (12 loc) • 1.04 kB
Markdown
# ErrorT
## Example Usage
```typescript
import { ErrorT } from "openapi/models/errors";
// No examples available for this model
```
## Fields
| Field | Type | Required | Description |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| `error` | *string* | :heavy_check_mark: | Error code |
| `message` | *string* | :heavy_check_mark: | Human-readable error message |
| `details` | [models.Details](../../models/details.md) | :heavy_minus_sign: | Additional error details |