Class: Google::Apis::ToolresultsV1beta3::FatalException
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::FatalException
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
Additional details for a fatal exception.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ FatalException
constructor
A new instance of FatalException.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FatalException
Returns a new instance of FatalException.
910 911 912 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 910 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stack_trace ⇒ Google::Apis::ToolresultsV1beta3::StackTrace
A stacktrace.
Corresponds to the JSON property stackTrace
908 909 910 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 908 def stack_trace @stack_trace end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
915 916 917 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 915 def update!(**args) @stack_trace = args[:stack_trace] if args.key?(:stack_trace) end |