PropertyError
public enum PropertyError : ErrorUndocumented
- 
                  
                  The value the property was set to is illegal. Note In practice, applications often simply ignore illegal values instead of returning this error.DeclarationSwift case illegalValue
- 
                  
                  The application did not respond to our request quickly enough. DeclarationSwift case timeout(time: TimeInterval)
- 
                  
                  The value of the (required) property is missing from the object on the OS. DeclarationSwift case missingValue
- 
                  
                  The underlying object for the property has become invalid (e.g. the window has been destroyed). This is considered a permanent failure. DeclarationSwift case invalidObject(cause: Error)
- 
                  
                  Some other, hopefully temporary, failure. DeclarationSwift case failure(cause: Error)
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           PropertyError Enumeration Reference
      PropertyError Enumeration Reference