struct OpenTelemetry::Proto::Trace::V1::Status
Included Modules
Defined in:
proto/trace.pb.cr
Constant Summary
-
FIELDS =
{2 => {name: :message, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :code, pb_type: Status::StatusCode, crystal_type: Status::StatusCode, cast_type: Status::StatusCode?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.
new(buf : Protobuf::Buffer)
#
Class Method Detail
def self.
from_protobuf(io)
#
Instance Method Detail
def
message=(message :
String | Nil)
#
def
to_protobuf(io : IO, embedded =
false)
#