StatusCodes Members

[This is internal Microsoft documentation - Do not distribute.]

The following tables list the members exposed by the StatusCodes type.

Public Constructors

  Name Description
StatusCodes  

Top

Public Fields

  Name Description
AbortActiveWorkItemsPartitionDropped Aborting work item as partition has been dropped
AbortActiveWorkItemsRetryExceeded Aborting workItem as retry count exceeded
AbortActiveWorkItemsToAddPartitions Aborting workItems to add partition to existing batch
AgentFailure_MaxWorkerLimitReached JobFrameworkAgent returned an error because, it already has maximum allowed workers running. It cannot spawn additional.
AgentFailure_WorkItemsMarkedForAbort JobFrameworkAgent returned an error because, it has marked the appdomain (in which this worker was scheduled to be launched)to be unloaded. This JobAgent will be able to take additional work when the appdomain has been unloaded completely.
AsyncExecuteBatchFailed Failure in AsyncExecuteBatch::ThreadStart function. Look at NT events for details
CannotCreateRemoteBatch The AsyncExecuteBatch returned null. It could not be created on remote machine
HeartBeatFailure Heartbeat failure for this batchID
NoWorkItemsSubmitted Job could not complete as no work items were submitted. This can be caused because jobworkers were being tried to be scheduled on machines that are in different DataCenter from that of the JobCoordinator.
UnknownJobRunFailure The jobStep.Run() threw exception. Enable tracing to get more details. Also check NT events

Top

Public Methods

(see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

StatusCodes Class
Microsoft.Webstore.JobEngine Namespace