class

Azu::ErrorReporter

Inherits Reference < Object

Error aggregation and reporting system

Instance methods

clear_errors
Source
get_errors_by_type(error_type : String) : Array(ErrorReport)
Source
get_recent_errors(limit : Int32 = 100) : Array(ErrorReport)
Source
report(error : Exception, context : ErrorContext | Nil = nil, severity : Severity = Severity::ERROR)
Source

Nested types