export interface HandlerApiError { /** Machine-readable error code (e.g. `DATABASE_NOT_FOUND`). */ code?: string; /** Human-readable description of the error. */ message?: string; }