StandardError
An error which is raised when there is an unexpected response or other transport error that prevents an operation from succeeding.
# File lib/google/api_client/errors.rb, line 23 def initialize(message = nil, result = nil) super(message) @result = result end
[Validate]
Generated with the Darkfish Rdoc Generator 2.