Module: Kameleoon::Events::HttpRequestFailure::Reason
- Defined in:
- lib/kameleoon/events/http_request_failure.rb
Overview
Reason of an SDK HTTP request failure.
Constant Summary collapse
- HTTP_STATUS =
The request completed with an unexpected HTTP status code.
:http_status- EXCEPTION =
The request failed with an error or exception (e.g. a network error).
:exception- CANCELLED =
The request was cancelled (for example, due to a timeout).
:cancelled