Skip to content

Documentation / @agentick/shared / ensureError

Function: ensureError()

ensureError(value): Error

Defined in: errors.ts:793

Ensure a value is an Error, wrapping if necessary. Useful for catch blocks that might receive non-Error values.

Parameters

value

unknown

Returns

Error

Released under the ISC License.