AsklessError class

Error details of a failed request attempt

Implementers

Constructors

AsklessError({required String code, required String description})

Properties

code String
The error code, may be a field of AsklessErrorCode, or a custom error code sent by the server
final
description String
The error description
final
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
toString() String
A string representation of this object.
override

Operators

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