Opentelemetry_proto.StatusSourceCode for status.proto
type status = private {mutable _presence : Pbrt.Bitfield.t;presence for 2 fields
*)mutable code : int32;mutable message : bytes;mutable details : bytes list;}make_status … () is a builder for type status
pp_status v formats v
encode_pb_status v encoder encodes v with the given encoder
decode_pb_status decoder decodes a status binary value from decoder
encode_json_status v encoder encodes v to to json
decode_json_status decoder decodes a status value from decoder