HttpFaultAbort class
Specification for how requests are aborted as part of fault injection.
Constructors
- HttpFaultAbort()
- HttpFaultAbort.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- httpStatus ↔ int
-
The HTTP status code used to abort the request.
The value must be between 200 and 599 inclusive.
read / write
- percentage ↔ double
-
The percentage of traffic (connections/operations/requests) which will be
aborted as part of fault injection.
The value must be between 0.0 and 100.0 inclusive.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited