Package: effect
Module: ErrorReporter
Reads the ErrorReporter.severity annotation from an error object,
falling back to "Info" when the annotation is unset or invalid.
When to use
Use to inspect the severity that reporter callbacks will receive for an object error.
See
severity for the annotation key used to override severityReportable for the annotation properties recognized on object errorsSignature
declare const getSeverity: (error: object) => Severity
Since v4.0.0