YMMStackTraceElement class

The class contains a description of the plugin error stacktrace.

Properties

className

Name of the class/interface where the error occurred. Allowed size: Up to 100 characters.

fileName

Name of the file where the error occurred. Allowed size: Up to 100 characters.

line

Line number where the error occurred.

column

Column number where the error occurred.

methodName

Name of the function/method where the error occurred. Allowed size: Up to 100 characters.

className

Name of the class/interface where the error occurred. Allowed size: Up to 100 characters.

fileName

Name of the file where the error occurred. Allowed size: Up to 100 characters.

line

Line number where the error occurred.

column

Column number where the error occurred.

methodName

Name of the function/method where the error occurred. Allowed size: Up to 100 characters.

Property descriptions

className

(nonatomic, copy, nullable) NSString *className

Name of the class/interface where the error occurred. Allowed size: Up to 100 characters.

fileName

(nonatomic, copy, nullable) NSString *fileName

Name of the file where the error occurred. Allowed size: Up to 100 characters.

line

(nonatomic, strong, nullable) NSNumber *line

Line number where the error occurred.

column

(nonatomic, strong, nullable) NSNumber *column

Column number where the error occurred.

methodName

(nonatomic, copy, nullable) NSString *methodName;

Name of the function/method where the error occurred. Allowed size: Up to 100 characters.