Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseErrors.h
index 1381e77..e2ebf58 100644 (file)
@@ -16,9 +16,9 @@
 
 /**
  * @file               FBaseErrors.h
- * @brief              This header file defines error codes.
+ * @brief              This is the header file that defines the error codes.
  *
- * This header file contains the definitions of error codes.
+ * This header file contains the definitions of the error codes.
  */
 #ifndef _FBASE_ERRORS_H_
 #define _FBASE_ERRORS_H_
@@ -26,7 +26,7 @@
 #include <FBaseErrorDefine.h>
 
 //----------------------------------------------------------------------------A
-/** (specialized) Thrown when network address is changed externally. */
+/** (specialized) Thrown when the network address is changed externally. */
 #define E_ADDRESS_CHANGED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1100))
 
 /** Thrown when the target is bounded to another source. */
 /** Thrown when the required application is not installed. */
 #define E_APP_NOT_INSTALLED             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1105))
 
-/** Thrown when the specified instance is already set to other values, instances or resources. */
+/** Thrown when the specified instance is already set to other values, instances, or resources. */
 #define E_ALREADY_SET                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1106))
 
-/** Thrown when a specified account already exists. */
+/** Thrown when the specified account already exists. */
 #define E_ACCOUNT_ALREADY_EXIST         (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1107))
 
-/** Thrown when a required account does not exist. */
+/** Thrown when the required account does not exist. */
 #define E_ACCOUNT_NOT_FOUND             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1108))
 
 //----------------------------------------------------------------------------B
 /** (specialized) ... */
 #define E_CHUNKED_TRANSACTION           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1300))
 
-/** Thrown when the connection is busy, so cannot process the new request. */
+/** Thrown when the connection is busy, so it cannot process the new request. */
 #define E_CONNECTION_BUSY               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1301))
 
-/** Thrown when the connection to the specific destination fails. */
+/** Thrown when the connection to a specific destination fails. */
 #define E_CONNECTION_FAILED             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1302))
 
 /** Thrown when the connection is reset while the other thread is still
- * working on it. */
+ *  working on it. */
 #define E_CONNECTION_RESET              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1303))
 
-/** Thrown when the token is expired. */
+/** Thrown when the token has expired. */
 #define E_CREDENTIAL_EXPIRED            (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1304))
 
-/** The server certificate verification has failed. */
+/** Thrown when the server certificate verification has failed. */
 #define E_CERTIFICATE_VERIFICATION_FAILED      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1305))
 
 /** Thrown when the context data is not available. */
 /** Thrown when the requested data does not exist. */
 #define E_DATA_NOT_FOUND                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1400))
 
-/** Thrown when underlying database system raises exception. */
+/** Thrown when the underlying database system raises an exception. */
 #define E_DATABASE                      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1401))
 
-/** Thrown when decoding operation fails. */
+/** Thrown when the decoding operation fails. */
 #define E_DECODING_FAILED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1402))
 
-/** Thrown when the device is processing the previous task, so cannot process
- * the new one. */
+/** Thrown when the device is processing the previous task, so it cannot process
+ *  the new one. */
 #define E_DEVICE_BUSY                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1403))
 
-/** Thrown when the device fails with unknown reason. */
+/** Thrown when the device fails due to an unknown reason. */
 #define E_DEVICE_FAILED                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1404))
 
 /** Thrown when the device does not support the specific request. */
 #define E_DEVICE_INCOMPATIBLE           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1405))
 
-/** Thrown when the device is not installed, or not answering at all. */
+/** Thrown when the device is not installed, or is not answering at all. */
 #define E_DEVICE_UNAVAILABLE            (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1406))
 
 /** General DHCP exception. */
 /** General DNS exception. */
 #define E_DNS                           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1409))
 
-/** Thrown when DNS cannot resolve the requested address. */
+/** Thrown when the DNS cannot resolve the requested address. */
 #define E_DNS_NOT_FOUND                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1410))
 
 /** Thrown when the data is not enough to generate the processing result. */
 #define E_DISPLAY_RIGHT_VIOLATED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1412))
 
 //----------------------------------------------------------------------------E
-/** Thrown when effects being played on the current haptic device are disabled. */
+/** Thrown when the effects being played on the current haptic device are disabled. */
 #define E_EFFECTS_DISABLED              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1500))
 
 /** Thrown when a body is empty. */
 #define E_EMPTY_BODY                    (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1501))
 
-/** Thrown when encoding operation fails. */
+/** Thrown when the encoding operation fails. */
 #define E_ENCODING_FAILED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1502))
 
-/** Thrown when an end of the file or an end of the stream is reached unexpectedly
- * during an input operation. */
+/** Thrown when the end of the file or the end of the stream is reached unexpectedly
+ *  during an input operation. */
 #define E_END_OF_FILE                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1503))
 
 //----------------------------------------------------------------------------F
 
-/** (specialized) Thrown when application tries to call with a number which is
- * not allowed in FDN mode, while the FDN mode is enabled. */
+/** (specialized) Thrown when the application tries to call a number which is
+ *   not allowed in the FDN mode, while the FDN mode is enabled. */
 #define E_FDN_MODE                      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1600))
 
-/** Thrown when an attempt to create the file denoted by a specified pathname
- *  fails. */
+/** Thrown when an attempt to create the file denoted by the specified pathname
+ *   fails. */
 #define E_FILE_ALREADY_EXIST            (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1601))
 
-/** Thrown when an attempt to open the file denoted by a specified pathname
+/** Thrown when an attempt to open the file denoted by the specified pathname
  *  fails. */
 #define E_FILE_NOT_FOUND                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1602))
 
 //----------------------------------------------------------------------------G
-/** Thrown when a required group does not exist. */
+/** Thrown when the required group does not exist. */
 #define E_GROUP_NOT_FOUND               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1700))
 
 //----------------------------------------------------------------------------H
-/** Thrown the destination host is not found. */
+/** Thrown when the destination host is not found. */
 #define E_HOST_NOT_FOUND                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1800))
 
 /** Thrown when the destination host is unreachable. */
 #define E_HOST_UNREACHABLE              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1801))
 
-/** Thrown the Http transaction is canceled by user. */
+/** Thrown when the HTTP transaction is cancelled by the user. */
 #define E_HTTP_USER                     (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1802))
 
 //----------------------------------------------------------------------------I
 /** Thrown when the user does not have proper permissions. */
 #define E_ILLEGAL_ACCESS                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1900))
 
-/** Thrown when the application requests an operation which is in progress. */
+/** Thrown when the application requests for an operation which is in progress. */
 #define E_IN_PROGRESS                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1901))
 
 /** Thrown when the return type is supposed to be a file path, but the path is not accessible by the application. */
 /** Thrown when initialization fails. */
 #define E_INIT_FAILED                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1903))
 
-/** Thrown when an instantiation fails by certain reason. */
+/** Thrown when an instantiation fails due to a certain reason. */
 #define E_INSTANTIATION_FAILED          (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1904))
 
 /** Thrown when the haptic device priority is lower than that of the current
  *  effects being played, belonging to another device instance. */
 #define E_INSUFFICIENT_PRIORITY         (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1905))
 
-/** Thrown when a requested operation cannot perform any further due to an
- * interruption from other thread. */
+/** Thrown when the requested operation cannot perform any further due to an
+ *  interruption from another thread. */
 #define E_INTERRUPTED                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1906))
 
-/** Thrown when an account configuration is invalid. */
+/** Thrown when the account configuration is invalid. */
 #define E_INVALID_ACCOUNT               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1907))
 
-/** Thrown when a given address is invalid or not suitable for a requested
- * operation. */
+/** Thrown when a given address is invalid or not suitable for the requested
+ *  operation. */
 #define E_INVALID_ADDRESS               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1908))
 
 /** Thrown when a combination of passed information is not proper for performing
- * the requested operation. */
+ *  the requested operation. */
 #define E_INVALID_ARG                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1909))
 
 /** Thrown when a combination of passed information is not proper for performing
- * the requested operation. */
+ *  the requested operation. */
 #define E_INVALID_CONDITION             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1910))
 
-/** Thrown when an operation requests for invalid connection. */
+/** Thrown when an operation requests for an invalid connection. */
 #define E_INVALID_CONNECTION            (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1911))
 
-/** Thrown when content is invalid. */
+/** Thrown when the content is invalid. */
 #define E_INVALID_CONTENT               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1912))
 
-/** Thrown when context is invalid. */
+/** Thrown when the context is invalid. */
 #define E_INVALID_CONTEXT               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1913))
 
 /** Thrown when the requested (given or referenced) data is invalid. */
 #define E_INVALID_DATA                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1914))
 
 /** (specialized) Thrown when the requested (given or referenced) domain is
- * invalid. */
+ *   invalid. */
 #define E_INVALID_DOMAIN                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1915))
 
-/** Thrown when an indicated string contains code pointing outside of bounds by the
- * specified character encoding scheme. */
+/** Thrown when an indicated string contains a code pointing outside the bounds of the
+ *  specified character encoding scheme. */
 #define E_INVALID_ENCODING_RANGE        (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1916))
 
-/** Thrown when the specified input has invalid format. */
+/** Thrown when the specified input has an invalid format. */
 #define E_INVALID_FORMAT                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1917))
 
-/** (specialized) Thrown when  */
+/** (specialized) Thrown when the specified input has an invalid format. */
 #define E_INVALID_HEADER                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1918))
 
-/** Thrown when the specified input has invalid format. */
+/** Thrown when the specified input has an invalid format. */
 #define E_INVALID_KEY                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1919))
 
-/** Thrown when current state of the instance prohibits the execution of the
- * specified operation. */
+/** Thrown when the current state of the instance prohibits the execution of the
+ *  specified operation. */
 #define E_INVALID_OPERATION             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1920))
 
 /** (specialized) Thrown when the proxy address is invalid. */
 #define E_INVALID_PROXY                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1921))
 
-/** (specialized) Thrown when the SIM is not in proper state for processing the
- * requested operation. */
+/** (specialized) Thrown when the SIM is not in proper state for processing the
+ *   requested operation. */
 #define E_INVALID_SIM_STATE             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1922))
 
 /** (specialized) Thrown when the DNS request goes to an invalid DNS server. */
 #define E_INVALID_SESSION               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1924))
 
 /** Thrown when the socket which is responsible for the application's request
- * is invalid. */
+ *  is invalid. */
 #define E_INVALID_SOCKET                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1925))
 
-/** Thrown when an instance is not in valid state. */
+/** Thrown when an instance is not in valid state. */
 #define E_INVALID_STATE                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1926))
 
 /** Thrown when the relevant transaction is invalid. */
 /** Thrown when the client has not joined the domain controller. */
 #define E_NOT_JOINED                    (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1929))
 
-/** The server certificate verification has failed on client. */
+/** Thrown when the server certificate verification has failed on the client's side. */
 #define E_INVALID_CERTIFICATE           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1930))
 
-/** Thrown when a given url is invalid or not suitable for a requested
-* operation. */
+/** Thrown when a given url is invalid or not suitable for the requested
+ *  operation. */
 #define E_INVALID_URL                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1931))
 
-/** Thrown when the specified user id has invalid format. */
+/** Thrown when the specified user ID has an invalid format. */
 #define E_INVALID_USER_ID               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1932))
 
-/** Thrown when the specified password has invalid format. */
+/** Thrown when the specified password has an invalid format. */
 #define E_INVALID_PASSWORD              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1933))
 
 //----------------------------------------------------------------------------J
 
 //----------------------------------------------------------------------------K
-/** Thrown when a specified key already exists. */
+/** Thrown when the specified key already exists. */
 #define E_KEY_ALREADY_EXIST             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2100))
 
-/** Thrown when a required key does not exist. */
+/** Thrown when the required key does not exist. */
 #define E_KEY_NOT_FOUND                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2101))
 
 //----------------------------------------------------------------------------L
-/** Thrown when an error related to handling landmark occurs. */
+/** Thrown when an error related to handling landmarks occurs. */
 #define E_LANDMARK                      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2200))
 
-/** Thrown when a specified library does not exists. */
+/** Thrown when a specified library does not exist. */
 #define E_LIBRARY_NOT_FOUND             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2201))
 
 /** Thrown when a specified library is not loaded. */
  * occurred. */
 #define E_LOCATION_SERVICE              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2205))
 
-/** Thrown when locking (or unlocking) fails inside the logic. So cannot
- * guarantee synchronous operation. */
+/** Thrown when locking (or unlocking) fails inside the logic. So it cannot
+ * guarantee synchronous operation. */
 #define E_LOCK_FAILED                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2206))
 
 /** Thrown when the language is not set yet. */
 /** Thrown when the defined limit exceeds. */
 #define E_MAX_EXCEEDED                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2300))
 
-/** Thrown when one or more of the required input is not provided. */
+/** Thrown when one or more of the required inputs are not provided. */
 #define E_MISSING_INPUT                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2301))
 
 /** (specialized) ... */
 /** Thrown when the network is not enabled. */
 #define E_NETWORK_UNAVAILABLE           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2401))
 
-/** Thrown the client certificate is required to connect to the server. */
+/** Thrown when the client certificate is required to connect to the server. */
 #define E_NO_CERTIFICATE                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2402))
 
-/** Thrown when the operation is permitted only for members, but the current
- * user is not. */
+/** Thrown when the operation is permitted only for members and not for the current
+ *  user. */
 #define E_NOT_A_MEMBER                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2403))
 
 /** (specialized) Thrown when Bluetooth pairing is not established. */
 /** Thrown when the target is not responding. */
 #define E_NOT_RESPONDING                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2405))
 
-/** Thrown when the specified string does not represent valid number. */
+/** Thrown when the specified string does not represent valid number. */
 #define E_NUM_FORMAT                    (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2406))
 
 //----------------------------------------------------------------------------O
  * initializing. */
 #define E_ON_INITIALIZING               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2503))
 
-/** Thrown when the operation is canceled explicitly. */
+/** Thrown when the operation is cancelled explicitly. */
 #define E_OPERATION_CANCELED            (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2504))
 
-/** Thrown when the operation fails due to certain reason. */
+/** Thrown when the operation fails due to certain reason. */
 #define E_OPERATION_FAILED              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2505))
 
 /** Thrown when the memory is not sufficient to perform the requested
- * operation. */
+ *  operation. */
 #define E_OUT_OF_MEMORY                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2506))
 
 /** Thrown when the internal state of the current instance reaches the
- * valid range. */
+ *  valid range. */
 #define E_OUT_OF_RANGE                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2507))
 
 /** Thrown when the operation has caused an overflow. */
 #define E_OVERFLOW                      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2508))
 
-/** Thrown when OpenGL operation failed. */
+/** Thrown when the OpenGL operation failed. */
 #define E_OPENGL_ERROR                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2509))
 
 /** Thrown when the application does not register the log scope or
- *     registered log scope is not matched with query condition (log type or log provider) specified in Query() API. */
+ *     the registered log scope does not match the query condition (log type or log provider) specified in the Query() API. */
 #define E_OBJ_NOT_REGISTERED           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2510))
 
 //----------------------------------------------------------------------------P
 /** (specialized) Thrown when the requested Bluetooth pairing fails. */
 #define E_PAIRING_FAILED                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2600))
 
-/** Thrown when the parsing fails due to any reason. */
+/** Thrown when the parsing fails due to some reason. */
 #define E_PARSING_FAILED                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2601))
 
 /** Thrown when an application invokes an API without a proper privilege. */
 //----------------------------------------------------------------------------Q
 
 //----------------------------------------------------------------------------R
-/** Thrown when a write operation is requested for an instance in read only
+/** Thrown when a write operation is requested for an instance in the read only
  * mode. */
 #define E_READ_ONLY                     (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2800))
 
-/** Thrown when the operation is rejected by remote site. */
+/** Thrown when the operation is rejected by the remote site. */
 #define E_REJECTED                      (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2801))
 
 /** (not used) */
 /** Thrown when the required section does not exist. */
 #define E_SECTION_NOT_FOUND             (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2901))
 
-/** Thrown when a server tells the device that operation failed due to some
- * reason. Detailed message will be followed by - error code and an error message. */
+/** Thrown when the server tells the device that the operation failed due to some
+ *  reason. The detailed message is followed by an error code and an error message. */
 #define E_SERVER                        (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2902))
 
 /** Thrown when the dedicated service module is too busy to handle another
- * request. */
+ *  request. */
 #define E_SERVICE_BUSY                  (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2903))
 
-/** Thrown when the specific service is restricted by policy. */
+/** Thrown when the specific service is restricted by the policy. */
 #define E_SERVICE_LIMITED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2904))
 
 /** Thrown when a service is locked. */
 /** Thrown when the dedicated service is not available. */
 #define E_SERVICE_UNAVAILABLE           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2906))
 
-/** Thrown when the base session is deactivated while it's still being used. */
+/** Thrown when the base session is deactivated while it is still being used. */
 #define E_SESSION_DEACTIVATED           (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2907))
 
 /** (not used) */
 /** (not used)  */
 #define E_SIZE_MISMATCH                 (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2909))
 
-/** The socket connection closed by user. */
+/** Thrown when the socket connection is closed by the user. */
 #define E_SOCKET_USER                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(2910))
 
 /** Thrown when the storage is full. */
 /** (specialized) Thrown then the specified table does not exist. */
 #define E_TABLE_NOT_FOUND               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3000))
 
-/** Thrown when the operation can not be completed within the specified time
+/** Thrown when the operation cannot be completed within the specified time
  * period. */
 #define E_TIMEOUT                       (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3001))
 
 /** Thrown when the URL is changed. */
 #define E_URL_CHANGED                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3111))
 
-/** (specialized) used by HTTP transaction. */
+/** (specialized) Used by the HTTP transaction. */
 #define E_USER_AGENT_NOT_ALLOWED        (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3112))
 
 /** Thrown when a user is already registered to the device. */
 //----------------------------------------------------------------------------V
 
 //----------------------------------------------------------------------------W
-/** (specialized) Thrown when non-blocking socket operation could not be
+/** (specialized) Thrown when the non-blocking socket operation is not
  * completed immediately. */
 #define E_WOULD_BLOCK                   (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3300))
 
-/** Thrown when the specified object would cause a deadlock. */
+/** Thrown when the specified object causes a deadlock. */
 #define E_WOULD_DEADLOCK                (ERR_SRC_FRAMEWORK + SET_E_CAUSE(3301))
 
 //----------------------------------------------------------------------------X