GenericApiException class

Base ApiException class for dartactyl. All api errors should be an instance of this class

Implemented types
Implementers

Constructors

GenericApiException({required DioException rawDioException, dynamic rawData, int? statusCode, String? statusMessage, String? message})

Properties

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

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