Function
GSPropertyListCreateErrorDetails(_:_:_:) GSPropertyListCreateErrorDetailsGSPropertyListCreateErrorDetails
Declaration
func GSPropertyListCreateErrorDetails(_ code: CFIndex, _ description: String!, _ suggestion: String!) -> Unmanaged<CFError>!Declaration
CFErrorRefGSPropertyListCreateErrorDetails(CFIndex code, NSString *description, NSString *suggestion);Declaration
GSPropertyListCreateErrorDetails(code: CFIndex, description: str, suggestion: str) -> CFErrorRef