data/model/network_response library
Classes
-
ApiError<
U> - Represents an error response from an API.
- NetworkError
- Represents a network-related error.
-
NetworkResponse<
T, U> - Represents the base class for all network responses.
-
Success<
T> - Represents a successful network response.
- UnknownError
- Represents an unknown or unexpected error.