abstract struct OpenTelemetry::API::AbstractStatus
- OpenTelemetry::API::AbstractStatus
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
api/abstract_status.crConstructors
Instance Method Summary
-
#code
This is assumed to be implemented as a property in the SDK.
- #code=(code : StatusCode)
- #error!(message = nil)
-
#message
This is assumed to be implemented as a property in the SDK.
- #message=(message : String)
- #ok!(message = nil)
- #pb_status_code
- #to_json(json : JSON::Builder)
- #to_json
- #to_protobuf
- #unset!(message = nil)