Error-Codes (Win32-System)

0-999  1000-1999  2000-2999  3000-3999  4000-4999  5000-5999  6000-6999

Win32 Error Codes 5000-5999

5001	The cluster resource cannot be moved to another group because other resources are dependent on it. ERROR_DEPENDENT_RESOURCE_EXISTS
5002	The cluster resource dependency cannot be found. ERROR_DEPENDENCY_NOT_FOUND
5003	The cluster resource cannot be made dependent on the specified resource because it is already dependent. ERROR_DEPENDENCY_ALREADY_EXISTS
5004	The cluster resource is not online. ERROR_RESOURCE_NOT_ONLINE
5005	A cluster node is not available for this operation. ERROR_HOST_NODE_NOT_AVAILABLE
5006	The cluster resource is not available. ERROR_RESOURCE_NOT_AVAILABLE
5007	The cluster resource could not be found. ERROR_RESOURCE_NOT_FOUND
5008	The cluster is being shut down. ERROR_SHUTDOWN_CLUSTER
5009	A cluster node cannot be evicted from the cluster while it is online. ERROR_CANT_EVICT_ACTIVE_NODE
5010	The object already exists. ERROR_OBJECT_ALREADY_EXISTS
5011	The object is already in the list. ERROR_OBJECT_IN_LIST
5012	The cluster group is not available for any new requests. ERROR_GROUP_NOT_AVAILABLE
5013	The cluster group could not be found. ERROR_GROUP_NOT_FOUND
5014	The operation could not be completed because the cluster group is not online. ERROR_GROUP_NOT_ONLINE
5015	The cluster node is not the owner of the resource. ERROR_HOST_NODE_NOT_RESOURCE_OWNER
5016	The cluster node is not the owner of the group. ERROR_HOST_NODE_NOT_GROUP_OWNER
5017	The cluster resource could not be created in the specified resource monitor. ERROR_RESMON_CREATE_FAILED
5018	The cluster resource could not be brought online by the resource monitor. ERROR_RESMON_ONLINE_FAILED
5019	The operation could not be completed because the cluster resource is online. ERROR_RESOURCE_ONLINE
5020	The cluster resource could not be deleted or brought offline because it is the quorum resource. ERROR_QUORUM_RESOURCE
5021	The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. ERROR_NOT_QUORUM_CAPABLE
5022	The cluster software is shutting down. ERROR_CLUSTER_SHUTTING_DOWN
5023	The group or resource is not in the correct state to perform the requested operation. ERROR_INVALID_STATE
5024	The properties were stored but not all changes will take effect until the next time the resource is brought online. ERROR_RESOURCE_PROPERTIES_STORED
5025	The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. ERROR_NOT_QUORUM_CLASS
5026	The cluster resource could not be deleted since it is a core resource. ERROR_CORE_RESOURCE
5027	The quorum resource failed to come online. ERROR_QUORUM_RESOURCE_ONLINE_FAILED
5028	The quorum log could not be created or mounted successfully. ERROR_QUORUMLOG_OPEN_FAILED
5029	The cluster log is corrupt. ERROR_CLUSTERLOG_CORRUPT
5030	The record could not be written to the cluster log since it exceeds the maximum size. ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
5031	The cluster log exceeds its maximum size. ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
5032	No checkpoint record was found in the cluster log. ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
5033	The minimum required disk space needed for logging is not available. ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE

[Hamster Ys Documentation]