OrionHookError
public enum OrionHookError : LocalizedError, CustomStringConvertibleAn error that occurred during hooking.
Additional cases may be added to this enum in the future.
- 
                  
                  Indicates that function hooking failed. DeclarationSwift case functionHookFailed(target: Function, underlying: Error)
- 
                  
                  Indicates that a ClassHookcould not compute its target class.DeclarationSwift case targetClassNotAvailable(hookName: String, underlying: Error)
- 
                  
                  Indicates that method hooking failed. DeclarationSwift case methodHookFailed(cls: AnyClass, sel: Selector, isClassMethod: Bool, underlying: Error)
- 
                  
                  Indicates that method addition ( orion:new) failed.This may occur if, for example, a method with the provided selector already exists on the class. DeclarationSwift case methodAdditionFailed(cls: AnyClass, sel: Selector, isClassMethod: Bool, underlying: Error)
- 
                  
                  DeclarationSwift public var description: String { get }
- 
                  
                  DeclarationSwift public var errorDescription: String? { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           OrionHookError Enumeration Reference
      OrionHookError Enumeration Reference