Lines Matching refs:error

59  * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
60 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
62 - (BOOL)insertIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
67 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
68 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
70 - (BOOL)deleteIdentity:(FRAIdentity *)identity error:(NSError *__autoreleasing *)error;
78 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
79 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
81 - (BOOL)insertMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
86 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
87 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
89 - (BOOL)deleteMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
94 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
95 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
97 - (BOOL)updateMechanism:(FRAMechanism *)mechanism error:(NSError *__autoreleasing *)error;
105 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
106 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
108 - (BOOL)insertNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
113 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
114 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
116 - (BOOL)deleteNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;
121 * @param error If an error occurs, upon returns contains an NSError object that describes the problem. If you are not interested in possible errors, you may pass in NULL.
122 * @return NO if there was an error whilst processing. YES if the operation completed successfully.
124 - (BOOL)updateNotification:(FRANotification *)notification error:(NSError *__autoreleasing *)error;