Class Abort (0.5.10)

Abort(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification of how client requests are aborted as part of fault injection before being sent to a destination.

Attributes

NameDescription
http_status int
The HTTP status code used to abort the request. The value must be between 200 and 599 inclusive.
percentage int
The percentage of traffic which will be aborted. The value must be between [0, 100]