Constructor
new Initiator(type, columnNumber, lineNumber, stackTrace, request)
Constructs a new Initiator instance.
Parameters:
Name | Type | Description |
---|---|---|
type | string | The type of the initiator. |
columnNumber | number | The column number. |
lineNumber | number | The line number. |
stackTrace | string | The stack trace. |
request | string | The request id. |
- Source
Members
columnNumber
Gets the column number.
- Source
lineNumber
Gets the line number.
- Source
request
Gets the request ID.
- Source
stackTrace
Gets the stack trace.
- Source
type
Gets the type of the initiator.
- Source