Proto.Statusinclude module type of struct include Opentelemetry_proto.Status_types endval default_status :
?code:int32 ->
?message:bytes ->
?details:bytes list ->
unit ->
statusdefault_status () is the default value for type status
include module type of struct include Opentelemetry_proto.Status_pp endval pp_status :
Stdlib.Format.formatter ->
Opentelemetry_proto.Status_types.status ->
unitpp_status v formats v
include module type of struct include Opentelemetry_proto.Status_pb endval encode_status :
Opentelemetry_proto.Status_types.status ->
Pbrt.Encoder.t ->
unitencode_status v encoder encodes v with the given encoder
val decode_status : Pbrt.Decoder.t -> Opentelemetry_proto.Status_types.statusdecode_status decoder decodes a status value from decoder