Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Azu::ErrorReporter::Severity