TrayRequestError class
An error object, containing details of errors happening in a request
Constructors
-
TrayRequestError({required String message, required dynamic errors, required int statusCode, Map<
String, dynamic> ? debugInfo})
Properties
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