Exception: Protobuf::Rpc::BadRequestProto
- Defined in:
- lib/protobuf/rpc/error/server_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'Request is of wrong type') ⇒ BadRequestProto
constructor
A new instance of BadRequestProto.
Methods inherited from PbError
Constructor Details
#initialize(message = 'Request is of wrong type') ⇒ BadRequestProto
Returns a new instance of BadRequestProto.
13 14 15 |
# File 'lib/protobuf/rpc/error/server_error.rb', line 13 def initialize ='Request is of wrong type' super , 'BAD_REQUEST_PROTO' end |