Class: Google::Rpc::DebugInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/rpc/error_details.rb

Overview

Describes additional debugging info.

Instance Attribute Summary collapse

Instance Attribute Details

#detail::String

Returns Additional debugging information provided by the server.

Returns:

  • (::String)

    Additional debugging information provided by the server.



113
114
115
116
# File 'proto_docs/google/rpc/error_details.rb', line 113

class DebugInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stack_entries::Array<::String>

Returns The stack trace entries indicating where the error occurred.

Returns:

  • (::Array<::String>)

    The stack trace entries indicating where the error occurred.



113
114
115
116
# File 'proto_docs/google/rpc/error_details.rb', line 113

class DebugInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end