Exception: GrpcKit::Errors::ResourceExhausted

Inherits:
BadStatus
  • Object
show all
Defined in:
lib/grpc_kit/errors.rb

Instance Attribute Summary

Attributes inherited from BadStatus

#code, #reason

Instance Method Summary collapse

Constructor Details

#initialize(mesage) ⇒ ResourceExhausted

Returns a new instance of ResourceExhausted.



42
43
44
# File 'lib/grpc_kit/errors.rb', line 42

def initialize(mesage)
  super(GrpcKit::StatusCodes::RESOURCE_EXHAUSTED, mesage)
end