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