NoDataPteroApiException class

We reached the server, but we did not get any data

Inheritance

Constructors

NoDataPteroApiException({required DioException rawDioException, int? statusCode, String? message, String? statusMessage, dynamic rawData})
Simple class for when we did not get any data from the server

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
no setterinherited
rawData → dynamic
The raw data that the server responded with
finalinherited
rawDioException → DioException
The original DioException that was thrown
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
The status code of the response if available.
finalinherited
statusMessage String
no setteroverride

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