class Protobuf::Rpc::PbError

def to_response response

def to_response response
  response.error = message
  response.error_reason = @error_type
end