PindoError class

Thrown when the http request goes wrong; contains the message and the status code. Wraps DioError

Implemented types

Constructors

PindoError({String? message, int? statusCode, String? type, StackTrace? stackTrace})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
Http response's body message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Exception's stacktrcae
final
statusCode int?
Http response's status code
final
type String?
Value of the exception's DioErrorType
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.
inherited