DltMessages
DltMessages.Instance (HResult.DLT) contains Microsoft's HResult code descriptions for Distributed Link Tracking (DLT facility).
HResult | Key | Text | Exception |
---|---|---|---|
0x0DEAD100 | DLT.TRK_S_OUT_OF_SYNC | The VolumeSequenceNumber of a MOVE_NOTIFICATION request is incorrect. | |
0x0DEAD102 | DLT.TRK_VOLUME_NOT_FOUND | The VolumeID in a request was not found in the server's ServerVolumeTable. | |
0x0DEAD103 | DLT.TRK_VOLUME_NOT_OWNED | A notification was sent to the LnkSvrMessage method, but the RequestMachine for the request was not the VolumeOwner for a VolumeID in the request. | |
0x0DEAD107 | DLT.TRK_S_NOTIFICATION_QUOTA_EXCEEDED | The server received a MOVE_NOTIFICATION request, but the FileTable size limit has already been reached. | |
0x8DEAD01B | DLT.TRK_E_NOT_FOUND | A requested object was not found. | |
0x8DEAD01C | DLT.TRK_E_VOLUME_QUOTA_EXCEEDED | The server received a CREATE_VOLUME subrequest of a SYNC_VOLUMES request, but the ServerVolumeTable size limit for the RequestMachine has already been reached. | |
0x8DEAD01E | DLT.TRK_SERVER_TOO_BUSY | The server is busy, and the client should retry the request at a later time. |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/