FreError
public class FreError : ErrorFreError:
- 
                  
                  The stack trace DeclarationSwift public var stackTrace: String
- 
                  
                  Message to include DeclarationSwift public var message: String
- 
                  
                  The error code DeclarationSwift public var type: Code
- 
                  
                  The line at which the error occurred. DeclarationSwift public var line: Int
- 
                  
                  The column at which the error occurred. DeclarationSwift public var column: Int
- 
                  
                  The file in which the error occurred. DeclarationSwift public var file: String
- 
                  
                  Error code. Matches values of FREResult See moreDeclarationSwift public enum Code
- 
                  
                  init: DeclarationSwift public init(stackTrace: String, message: String, type: Code, line: Int = #line, column: Int = #column, file: String = #file)ParametersstackTraceThe stack trace messageMessage to include typeThe error code lineThe line at which the error occurred. columnThe column at which the error occurred. fileThe file in which the error occurred. 
- 
                  
                  init: DeclarationSwift public init(stackTrace: String = "", message: String, type: Code)ParametersstackTraceThe stack trace messageMessage to include typeThe error code 
- 
                  
                  getError: returns a FREObject representation of the FreError. This can be returned to AS3 DeclarationSwift public func getError(_ file: String = #file, _ line: Int = #line, _ column: Int = #column) -> FREObject?
 View on GitHub
View on GitHub Install in Dash
Install in Dash FreError Class Reference
        FreError Class Reference