class Protobuf::Rpc::UnauthorizedRequest

Public Class Methods

new(message = 'The request requires user authentication') click to toggle source
Calls superclass method Protobuf::Rpc::PbError::new
# File lib/protobuf/rpc/error/server_error.rb, line 43
def initialize(message = 'The request requires user authentication')
  super message, 'UNAUTHORIZED_REQUEST'
end