ErrorSummary class

A summary of errors by error code, plus a count and sample error log entries.

Constructors

ErrorSummary.new({String? errorCode, String? errorCount, List<ErrorLogEntry>? errorLogEntries})
ErrorSummary.fromJson(Map json_)

Properties

errorCode String?
The canonical error code.
getter/setter pair
errorCount String?
Number of errors encountered per error_code.
getter/setter pair
errorLogEntries List<ErrorLogEntry>?
Sample error logs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited