Opentelemetry_client.Export_errorError that can occur during export
type t = [ | `Status of int * Opentelemetry.Proto.Status.status * attempt_descr| `Failure of string| `Sysbreak ]val report_err : level:[ `Auto | `Debug ] -> t -> unitReport the error on stderr.
val decode_invalid_http_response :
attempt_descr:attempt_descr ->
code:int ->
url:string ->
string ->
t