API reference › @evolu/common › Error
Error types and utilities for safe error handling.
Functions
| Function | Description |
|---|---|
| createUnknownError | Creates an UnknownError from an unknown error. |
Interfaces
| Interface | Description |
|---|---|
| UnknownError | A wrapper for unknown errors caught at runtime. |