HttpException class

Implemented types

Constructors

HttpException(String message, {String? submessage, String? route, Code code = Code.request, Reason? reason, int status = -1, Map<String, dynamic> data = const {}})

Properties

code Code
getter/setter pair
data Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pair
reason Reason?
getter/setter pair
route String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
getter/setter pair
submessage String?
getter/setter pair

Methods

codeToString(Code code) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reasonToString(Reason reason) String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited