> For the complete documentation index, see [llms.txt](https://jls-organization-3.gitbook.io/projecthyper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jls-organization-3.gitbook.io/projecthyper/features/quickstart/error.md).

# error

**Usage:**

```php
$db->{table}->error();
```

**Example:**

```php
$error = $db->news->error();
```

Returns:

```json
// PHP FATAL ERROR: .... test is not existing
```
