Exception: HTTPX::GRPCError

Inherits:
Error
  • Object
show all
Defined in:
sig/plugins/grpc.rbs

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString (readonly)

Returns the value of attribute details.

Returns:

  • (String)


4
5
6
# File 'sig/plugins/grpc.rbs', line 4

def details
  @details
end

#metadataheaders (readonly)

Returns the value of attribute metadata.

Returns:

  • (headers)


5
6
7
# File 'sig/plugins/grpc.rbs', line 5

def 
  @metadata
end

#statusInteger (readonly)

Returns the value of attribute status.

Returns:

  • (Integer)


3
4
5
# File 'sig/plugins/grpc.rbs', line 3

def status
  @status
end