BaseHttpResponseException class
- Implementers
Constructors
- BaseHttpResponseException({required dynamic message, required int code, required String errorCode, ResponseType responseType = ResponseType.json})
-
const
Properties
- code → int
-
final
- errorCode → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → dynamic
-
final
- responseType → ResponseType
-
final
- 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
-
response(
bool isHtml) → Response -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited