This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
1 | 0x80030001 | Unable to perform requested operation. | STG_E_INVALIDFUNCTION |
2 | 0x80030002 | The file could not be found. | STG_E_FILENOTFOUND |
3 | 0x80030003 | The path could not be found. | STG_E_PATHNOTFOUND |
4 | 0x80030004 | There are insufficient resources to open another file. | STG_E_TOOMANYOPENFILES |
5 | 0x80030005 | Access Denied. | STG_E_ACCESSDENIED |
6 | 0x80030006 | Attempted an operation on an invalid object. | STG_E_INVALIDHANDLE |
8 | 0x80030008 | There is insufficient memory available to complete operation. | STG_E_INSUFFICIENTMEMORY |
9 | 0x80030009 | Invalid pointer error. | STG_E_INVALIDPOINTER |
18 | 0x80030012 | There are no more entries to return. | STG_E_NOMOREFILES |
19 | 0x80030013 | Disk is write-protected. | STG_E_DISKISWRITEPROTECTED |
25 | 0x80030019 | An error occurred during a seek operation. | STG_E_SEEKERROR |
29 | 0x8003001D | A disk error occurred during a write operation. | STG_E_WRITEFAULT |
30 | 0x8003001E | A disk error occurred during a read operation. | STG_E_READFAULT |
32 | 0x80030020 | A share violation has occurred. | STG_E_SHAREVIOLATION |
33 | 0x80030021 | A lock violation has occurred. | STG_E_LOCKVIOLATION |
80 | 0x80030050 | The file already exists. | STG_E_FILEALREADYEXISTS |
87 | 0x80030057 | Invalid parameter error. | STG_E_INVALIDPARAMETER |
112 | 0x80030070 | There is insufficient disk space to complete operation. | STG_E_MEDIUMFULL |
240 | 0x800300F0 | Illegal write of non-simple property to simple property set. | STG_E_PROPSETMISMATCHED |
250 | 0x800300FA | An API call exited abnormally. | STG_E_ABNORMALAPIEXIT |
251 | 0x800300FB | The file is not a valid compound file. | STG_E_INVALIDHEADER |
252 | 0x800300FC | The name is not valid. | STG_E_INVALIDNAME |
253 | 0x800300FD | An unexpected error occurred. | STG_E_UNKNOWN |
254 | 0x800300FE | That function is not implemented. | STG_E_UNIMPLEMENTEDFUNCTION |
255 | 0x800300FF | Invalid flag error. | STG_E_INVALIDFLAG |
256 | 0x80030100 | Attempted to use an object that is busy. | STG_E_INUSE |
257 | 0x80030101 | The storage has been changed since the last commit. | STG_E_NOTCURRENT |
258 | 0x80030102 | Attempted to use an object that has ceased to exist. | STG_E_REVERTED |
259 | 0x80030103 | Can't save. | STG_E_CANTSAVE |
260 | 0x80030104 | The compound file was produced with an incompatible version of storage. | STG_E_OLDFORMAT |
261 | 0x80030105 | The compound file was produced with an incompatible version of storage. | STG_E_OLDDLL |
262 | 0x80030106 | Share.exe or equivalent is required for operation. | STG_E_SHAREREQUIRED |
263 | 0x80030107 | Illegal operation called on non-file based storage. | STG_E_NOTFILEBASEDSTORAGE |
264 | 0x80030108 | Illegal operation called on object with extant marshallings. | STG_E_EXTANTMARSHALLINGS |
265 | 0x80030109 | The docfile has been corrupted. | STG_E_DOCFILECORRUPT |
272 | 0x80030110 | OLE32.DLL has been loaded at the wrong address. | STG_E_BADBASEADDRESS |
273 | 0x80030111 | The compound file is too large for the current implementation | STG_E_DOCFILETOOLARGE |
274 | 0x80030112 | The compound file was not created with the STGM_SIMPLE flag | STG_E_NOTSIMPLEFORMAT |
512 | 0x00030200 | The underlying file was converted to compound file format. | STG_S_CONVERTED |
513 | 0x80030201 | The file download was aborted abnormally. The file is incomplete. | STG_E_INCOMPLETE |
513 | 0x00030201 | The storage operation should block until more data is available. | STG_S_BLOCK |
514 | 0x80030202 | The file download has been terminated. | STG_E_TERMINATED |
514 | 0x00030202 | The storage operation should retry immediately. | STG_S_RETRYNOW |
515 | 0x00030203 | The notified event sink will not influence the storage operation. | STG_S_MONITORING |
516 | 0x00030204 | Multiple opens prevent consolidated. (commit succeeded). | STG_S_MULTIPLEOPENS |
517 | 0x00030205 | Consolidation of the storage file failed. (commit succeeded). | STG_S_CONSOLIDATIONFAILED |
518 | 0x00030206 | Consolidation of the storage file is inappropriate. (commit succeeded). | STG_S_CANNOTCONSOLIDATE |
773 | 0x80030305 | Generic Copy Protection Error. | STG_E_STATUS_COPY_PROTECTION_FAILURE |
774 | 0x80030306 | Copy Protection Error - DVD CSS Authentication failed. | STG_E_CSS_AUTHENTICATION_FAILURE |
775 | 0x80030307 | Copy Protection Error - The given sector does not have a valid CSS key. | STG_E_CSS_KEY_NOT_PRESENT |
776 | 0x80030308 | Copy Protection Error - DVD session key not established. | STG_E_CSS_KEY_NOT_ESTABLISHED |
777 | 0x80030309 | Copy Protection Error - The read failed because the sector is encrypted. | STG_E_CSS_SCRAMBLED_SECTOR |
778 | 0x8003030A | Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. | STG_E_CSS_REGION_MISMATCH |
779 | 0x8003030B | Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. | STG_E_RESETS_EXHAUSTED |
8192 | 0x00032000 | %1 Event on %2 called with Flags %3 %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMethodCalled |
8193 | 0x00032001 | %1 Event Method is returning with HRESULT %2 %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMethodReturning |
8194 | 0xC0032002 | %1 Event Method is halting, HRESULT %2 %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtIsAborting |
8195 | 0x00032003 | Calendaring agent is initialized successfully. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionInitialized |
8196 | 0x00032004 | Calendaring agent is stopping successfully. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionUnInitialized |
8197 | 0xC0032005 | Calendaring agent failed to initialize with error %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionInitializeFailed |
8198 | 0xC0032006 | Calendaring recurring item expansion failed to register for notifications for MDB %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionRegisterFailed |
8199 | 0xC0032007 | Calendaring agent failed in message save notification with error %1 on %2: %3. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionMessageSaveChangesFailed |
8200 | 0xC0032008 | Calendaring agent failed in message delete notification with error %1 on %2: %3. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionMessageDeleteFailed |
8201 | 0xC0032009 | Calendaring agent failed in folder save notification with error %1 on %2: %3. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionFolderSaveChangesFailed |
8202 | 0x8003200A | Calendaring agent truncated expansion after %1 instances per day. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionTooManyInstancesPerDay |
8203 | 0xC003200B | The mailbox creation callback failed to create any folders in mailbox %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMailboxCreateTotalFailure |
8204 | 0xC003200C | The mailbox creation callback failed to create one or more folders in mailbox %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMailboxCreatePartialFailure |
8205 | 0xC003200D | Calendaring agent failed to uninitialize implied restriction with error %1 on %2: %3. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUninitImplRestFailed |
8206 | 0xC003200E | Calendaring agent failed with error code %1 while saving appointment. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandSavingAppt |
8207 | 0xC003200F | Calendaring agent failed with error code %1 while deleting appointment. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandDeletingAppt |
8208 | 0xC0032010 | Calendaring agent failed with error code %1 while expanding recurring appointments. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandQuery |
8209 | 0xC0032011 | Calendaring agent failed with error code %1 while cleaning up the calendar. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandFolderSetProps |
8210 | 0xC0032012 | Calendaring agent failed to open registry with error code %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtRegistryFailure |
8211 | 0xC0032013 | Calendaring agent failed in the following function with error code: %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpStat |
8212 | 0xC0032014 | Calendaring agent failed in the following function with error code %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtDumpFcn |
8213 | 0xC0032015 | Calendaring agent failed to update the free/busy cache during an appointment save or delete operation. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtSaveDeleteFailFBUpdate |
8214 | 0xC0032016 | Calendaring agent failed to update the free/busy cache and internal data while processing a query. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtProcessingQueryCallback |
8215 | 0xC0032017 | The mailbox creation callback failed to rename any folders in mailbox %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMailboxLocalizeTotalFailure |
8216 | 0xC0032018 | The mailbox creation callback failed to rename one or more folders in mailbox %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMailboxLocalizePartialFailure |
8217 | 0xC0032019 | The processing of the recurring appointment with the subject "%1" in mailbox: %2 failed with error code %3. This appointment will not be visible in the web client or other non-MAPI client. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandMaster |
8218 | 0xC003201A | A transaction failed during initialization. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionInit |
8219 | 0xC003201B | The calendaring agent could not publish the free/busy information for "%1" because it failed reading the registry with error: %2. The save/delete calendar operation for "%3" will not be completed. Please ensure that MSExchangeFBPublish agent is started. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtFBGenerateMsg |
8220 | 0x8003201C | Expiry of an instance for the recurring appointment with the subject "%1" in the folder "%2" was detected. The master for that should be expired before this instance. This instance will no longer appear in the web clients until the master is updated manually or through replication. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpansionInstExpiryInPublicMDB |
8221 | 0xC003201D | Unhandled exception %1 caught during initialization of server agents. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionInitialization |
8222 | 0xC003201E | Unhandled exception %1 caught trying to stop server agents. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionShutdown |
8223 | 0xC003201F | Unhandled exception %1 caught during initialization of server agents while an MDB is mounted. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionInitializationMDB |
8224 | 0xC0032020 | Unhandled exception %1 caught trying to stop server agents while an MDB is unmounted. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionShutdownMDB |
8225 | 0xC0032021 | Unhandled exception %1 caught during message save changes notification. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionMsgSaveChanges |
8226 | 0xC0032022 | Unhandled exception %1 caught during deletion notification. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionDelete |
8227 | 0xC0032023 | Unhandled exception %1 caught during query processing. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionQuery |
8228 | 0xC0032024 | Unhandled exception %1 caught during folder save changes notification. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtUnhandledExceptionFolderSaveChanges |
8229 | 0xC0032025 | The calendar for the mailbox %1 is corrupted. This calendar needs to be recreated. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtCorruptedCalendar |
8230 | 0x80032026 | An inconsistency was detected in %2: %3. The calendar is being repaired. If other errors occur with this calendar, please view the calendar using Microsoft Outlook Web Access. If a problem persists, please recreate the calendar or the containing mailbox. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtRebuildCalendar |
8231 | 0x80032027 | Calendar agent failed to determine the primary calendar for mailbox: %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtCheckPrimaryCalendar |
8232 | 0xC0032028 | The processing of the recurring appointment with the subject "%1" in public folder: %2 failed with error code %3. This appointment will not be visible in the web client or other non-MAPI client. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtExpandMasterPF |
8233 | 0xC0032029 | The public folder %1 is corrupted. This calendar needs to be recreated. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtCorruptedPFCalendar |
8234 | 0x8003202A | An inconsistency was detected in %1. The calendar is being repaired. If other errors occur with this calendar, please view the calendar using Microsoft Outlook Web Access. If a problem persists, please recreate the public folder calendar. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtRebuildPFCalendar |
8235 | 0x8003202B | Clearing the calendar instances before a move failed for mailbox %1 with error %2. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtMovingMailboxCallbackFailed |
8236 | 0x8003202C | Calendaring agent failed with error %1 while attempting to retrieve the message class for a recurring appointment. The message class for the instance when viewed with the Web Client will not be the same as the one in the series if it is not IPM.Appointment. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtGetMsgClassFromMaster |
8237 | 0x8003202D | Calendaring agent failed with error %1 while attempting to open the status message. If the user is a delegate, the access rights to the mailbox might not be set up correctly. Otherwise, the calendar for this mailbox could be corrupted. This could be fixed by moving the mailbox to another Exchange server, or exporting the calendar to a Personal Folder File (.PST), and re-importing this into a new calendar. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtOpenURL |
8238 | 0x4003202E | The calendaring data message for %1: %2 has been sent to %3. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtStatusMsgSent |
8239 | 0xC003202F | An appointment with the subject "%1" was saved to mailbox %2. The start time is missing, so the calendaring agent cannot publish the free/busy information for this appointment. To correct this, please delete the appointment and recreate it. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtSaveInvalidStartAppt |
8240 | 0x80032030 | An appointment with the subject "%1" was saved to mailbox %2. The end time and duration are missing. For the purposes of publishing free/busy information, this appointment has a duration of zero minutes. To correct this, please delete the appointment and recreate it. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtSaveInvalidEndAppt |
8241 | 0x80032031 | An existing appointment with the subject "%1" in mailbox %2 was modified. The start time, or both the duration and end time of the existing appointment were missing. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtModifyInvalidAppt |
8242 | 0x80032032 | The existing appointment with the subject "%1" in mailbox %2 was deleted. The start time, or both the duration and end time were missing. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtDeleteInvalidAppt |
8243 | 0xC0032033 | The calendaring agent cannot bind to the appointment with the subject "%1" in mailbox %2 because the appointment is missing a start time. The calendaring agent will not publish free/busy information for this appointment. To correct this, please delete the appointment and recreate it. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBindToInvalidStartAppt |
8244 | 0x80032034 | The calendaring agent did bind to the appointment with the subject "%1" in mailbox %2, but the appointment is missing an end time and duration. For the purposes of publishing free/busy information, this appointment has a duration of zero minutes. To correct this, please delete the appointment and recreate it. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBindToInvalidEndAppt |
8245 | 0x40032035 | The EXCDO logging level has been reloaded from the registry and is now set to 0x%1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtReloadLogType |
8246 | 0x40032036 | Calendaring agent has successfully started the background thread. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundStarted |
8247 | 0x80032037 | Calendaring agent has failed to start the background thread due to %1. Rendering of large calendars with the Web client will be slower. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundStartFailed |
8248 | 0x40032038 | Background calendaring agent is processing the calendar (%1) in the mailbox (%2) in the MDB (%3). %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundProcessing |
8249 | 0x40032039 | Background calendaring agent did not find any more calendars to process. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundProcessingNoCals |
8250 | 0x4003203A | Background calendaring agent has finished processing the calendar (%1) in the mailbox (%2) in the MDB (%3). The return code is %4. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundProcessingFinished |
8251 | 0x4003203B | Background calendaring agent is awakened due to shutdown. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundAwakeDueToShutdown |
8252 | 0x4003203C | Background calendaring agent is awakened due to calendars needing expansion. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundAwake |
8253 | 0x4003203D | Background calendaring agent is terminating with return code %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundTerminating |
8254 | 0xC003203E | The background calendaring agent failed with error code %1 while registering task. The rendering of large calendars with the web client or Microsoft Internet Explorer will be slower. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundRegisterTaskFailed |
8255 | 0xC003203F | The background calendaring agent failed to logon to the MDB, or create a session object on the MDB:%1. The error code is %2. The rendering of large calendars with the web client or Microsoft Internet Explorer for the mailbox %3 with GUID:%4 will be slower. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundLogonFailed |
8256 | 0xC0032040 | The background calendaring agent failed to retrieve the token required for logon on the MDB:%1. The error code is %2. The rendering of large calendars with the web client or Microsoft Internet Explorer on this MDB will be slower. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundGetMachineToken |
8257 | 0x40032041 | Background calendaring agent is sleeping until shutdown or a calendar is queued. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundSleepUntilNewCal |
8258 | 0x40032042 | The calendar (%1) in mailbox (%2) in the MDB (%3) has been queued for background expansion. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBackgroundQueued |
8259 | 0xC0032043 | The background calendaring agent failed in the following function with error code %1. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtBkExpDumpFcn |
8260 | 0x80032044 | An attempt was made to save an appointment with the subject "%1" to mailbox %2. The duration of the appointment was too large, so it was not saved. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtSaveDurationTooLong |
8261 | 0x80032045 | An existing appointment with the subject "%1" in mailbox %2 was modified. The duration of the existing appointment was too large. Free/busy publishing may not be accurate. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtModifyDurationTooLong |
8262 | 0x80032046 | The existing appointment with the subject "%1" in mailbox %2 was deleted. The duration of the existing appointment was too large. Free/busy publishing may not be accurate. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtDeleteDurationTooLong |
8263 | 0x80032047 | The recurring appointment expansion in mailbox %1 has taken too long. Some recurring appointment instances may not be visible at this time. To ensure that the calendar view is correct, please refresh the calendar view in Microsoft Outlook Web Access. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtTooManyIterationsForQuery |
8264 | 0x80032048 | The recurring appointment expansion in mailbox %1 has taken too long. The free/busy information for this calendar may be inaccurate. This may be the result of many very old recurring appointments. To correct this, please remove them or change their start date to a more recent date. %n%nFor more information, click http://www.microsoft.com/contentredirect.asp. | evtTooManyIterationsForFreebusy |
No comments:
Post a Comment