Exception: HTTPX::GRPCError
- Defined in:
- sig/plugins/grpc.rbs
Instance Attribute Summary collapse
-
#details ⇒ String
readonly
Returns the value of attribute details.
-
#metadata ⇒ headers
readonly
Returns the value of attribute metadata.
-
#status ⇒ Integer
readonly
Returns the value of attribute status.
Instance Attribute Details
#details ⇒ String (readonly)
Returns the value of attribute details.
4 5 6 |
# File 'sig/plugins/grpc.rbs', line 4 def details @details end |
#metadata ⇒ headers (readonly)
Returns the value of attribute metadata.
5 6 7 |
# File 'sig/plugins/grpc.rbs', line 5 def @metadata end |
#status ⇒ Integer (readonly)
Returns the value of attribute status.
3 4 5 |
# File 'sig/plugins/grpc.rbs', line 3 def status @status end |