google_api_cloud_trace v0.20.3 GoogleApi.CloudTrace.V2.Model.StackFrame View Source
Represents a single stack frame in a stack trace.
Attributes
-
columnNumber
(type:String.t
, default:nil
) - The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions. -
fileName
(type:GoogleApi.CloudTrace.V2.Model.TruncatableString.t
, default:nil
) - The name of the source file where the function call appears (up to 256 bytes). -
functionName
(type:GoogleApi.CloudTrace.V2.Model.TruncatableString.t
, default:nil
) - The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes). -
lineNumber
(type:String.t
, default:nil
) - The line number infile_name
where the function call appears. -
loadModule
(type:GoogleApi.CloudTrace.V2.Model.Module.t
, default:nil
) - The binary module from where the code was loaded. -
originalFunctionName
(type:GoogleApi.CloudTrace.V2.Model.TruncatableString.t
, default:nil
) - An un-mangled function name, iffunction_name
is mangled. The name can be fully-qualified (up to 1024 bytes). -
sourceVersion
(type:GoogleApi.CloudTrace.V2.Model.TruncatableString.t
, default:nil
) - The version of the deployed source code (up to 128 bytes).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudTrace.V2.Model.StackFrame{ columnNumber: String.t(), fileName: GoogleApi.CloudTrace.V2.Model.TruncatableString.t(), functionName: GoogleApi.CloudTrace.V2.Model.TruncatableString.t(), lineNumber: String.t(), loadModule: GoogleApi.CloudTrace.V2.Model.Module.t(), originalFunctionName: GoogleApi.CloudTrace.V2.Model.TruncatableString.t(), sourceVersion: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.