StatusCodes class

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.

Constructors

StatusCodes({int? status2xx, int? status3xx, int? status4xx, int? status5xx})
StatusCodes.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status2xx int?
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
final
status3xx int?
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
final
status4xx int?
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
final
status5xx int?
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
final

Methods

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

Operators

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