Class: ElasticAPM::Transaction::Outcome Private
- Inherits:
-
Object
- Object
- ElasticAPM::Transaction::Outcome
- Defined in:
- lib/elastic_apm/transaction.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- FAILURE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"failure"
- SUCCESS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"success"
- UNKNOWN =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
"unknown"
Class Method Summary collapse
- .from_http_status(code) ⇒ Object private