DataSourceStatusErrorInfo class final

A description of an error condition that the data source encountered.

Constructors

DataSourceStatusErrorInfo({required ErrorKind kind, required num? statusCode, required String message, required DateTime time})

Properties

hashCode int
The hash code for this object.
no setteroverride
kind → ErrorKind
An enumerated value representing the general category of the error.
final
message String
Any additional human-readable information relevant to the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode num?
The HTTP status code if the error was ErrorKind.errorResponse.
final
time DateTime
The date/time that the error occurred.
final

Methods

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

Operators

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