StackTraceElement class

Properties

className

Name of the error class/interface/character (depending on the plugin being used).

fileName

Name of the file where the error occurred.

line

Row number where the error occurred.

column

Column number where the error occurred.

methodName

Name of the method or function (depending on the plugin being used) where the error occurred.

className

var className: String?

Name of the error class/interface/character (depending on the plugin being used). No more than 100 characters. AppMetrica truncates any characters over the limit.

fileName

var fileName: String?

Name of the file where the error occurred. No more than 100 characters. AppMetrica truncates any characters over the limit.

line

var line: NSNumber?

Row number where the error occurred.

column

var column: NSNumber?

Column number where the error occurred.

methodName

Name of the method or function (depending on the plugin being used) where the error occurred. No more than 100 characters. AppMetrica truncates any characters over the limit.

var methodName: String?