Creates an instance of KindSentryError.
The error message.
Optional
kind: string = Errors.UnknownThe kind of error. This will be combined with
prefix
to form the name of the error, i.e. PrefixSentryKindError.
Defaults to Errors.Unknown
.
Optional
options: Options = ...Options for constructing the error.
KindSentryError
Readonly
causeReadonly
kindReadonly
metadataReadonly
originalReadonly
originalOptional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackStatic
captureGenerated using TypeDoc
An error that can be used to capture details for reporting to Sentry.
The error kind will be a tag on the reported Sentry event.
Export