OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_RPC_RESPONSE_STATUS_CODEConst Experimental

    ATTR_RPC_RESPONSE_STATUS_CODE: "rpc.response.status_code" = ...

    Status code of the RPC returned by the RPC server or generated by the client

    OK
    
    DEADLINE_EXCEEDED
    
    -32602
    

    Usually it represents an error code, but may also represent partial success, warning, or differentiate between various types of successful outcomes. Semantic conventions for individual RPC frameworks SHOULD document what rpc.response.status_code means in the context of that system and which values are considered to represent errors.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.