ErrorReporter13
Constructors
Models
Type Ids
Annotations
attributestypeDefines the string property key used to attach extra key/value metadata to an object error report.getAttributesconstReads the ErrorReporter.attributes annotation from an error object, returning an empty record when unset.getSeverityconstReads the ErrorReporter.severity annotation from an error object, falling back to "Info" when the annotation is unset or invalid.ignoretypeDefines the string property key used to mark an object error as ignored by error reporting.isIgnoredconstReturns true if the given value has the ErrorReporter.ignore annotation set to true.ReportableinterfaceInterface that object errors can implement to control reporting behavior.severitytypeDefines the string property key used to override the severity level of an object error.