HttpActionResult class

An ActionResult variation, indicating ActionFactory that in case of error, a Http error handling should be called. E.g.: give oportunity to renew an expired access token.

Inheritance

Constructors

HttpActionResult(bool success, {dynamic returnData, Map? nextAction})

Properties

failureMessage String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
nextAction Map?
finalinherited
returnData → dynamic
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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