Exception: Protocol::GRPC::Unavailable
- Defined in:
- lib/protocol/grpc/error.rb
Overview
Represents an unavailable service error.
Instance Attribute Summary
Attributes inherited from Error
#details, #metadata, #status_code
Instance Method Summary collapse
-
#initialize(message = nil, **options) ⇒ Unavailable
constructor
Initialize an unavailable service error.
Methods inherited from Error
Constructor Details
#initialize(message = nil, **options) ⇒ Unavailable
Initialize an unavailable service error.
117 118 119 |
# File 'lib/protocol/grpc/error.rb', line 117 def initialize( = nil, **) super(Status::UNAVAILABLE, , **) end |