Skip to content

Interface: ReActiveRecordErrorOptions

Describes the options for the ReActiveRecordError class.

Properties

PropertyTypeDescription
cause?ErrorThe cause data property of an Error instance indicates the specific original cause of the error.
trim?numberHow many rows to trim from the stack trace. This is useful for removing the stack trace of the current function from the error.