Skip to content

Latest commit

 

History

History
57 lines (27 loc) · 623 Bytes

core.erroroptions.md

File metadata and controls

57 lines (27 loc) · 623 Bytes

Home > @cerbos/core > ErrorOptions

ErrorOptions interface

Options for creating an error.

Signature:

export interface ErrorOptions 

Properties

Property

Modifiers

Type

Description

cause?

unknown

(Optional) The original error that caused this one.