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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

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