PoolResizeErrorCodes Class
- java.
lang. Object - com.
microsoft. azure. batch. PoolResizeErrorCodes
- com.
public class PoolResizeErrorCodes
Contains error codes specific to pool resize errors.
Field Summary
Modifier and Type | Field and Description |
---|---|
final String |
AccountCoreQuotaReached
The account has reached its quota of compute nodes. |
final String |
AllocationFailed
An error occurred while trying to allocate the desired number of compute nodes. |
final String |
AllocationTimedOut
The Batch service was unable to allocate the desired number of compute nodes within the resize timeout. |
final String |
RemoveNodesFailed
An error occurred when removing compute nodes from the pool. |
final String |
ResizeStopped
The user stopped the resize operation. |
final String |
Unknown
The reason for the failure is not known. |
Field Details
AccountCoreQuotaReached
public static final String AccountCoreQuotaReached= "AccountCoreQuotaReached"
The account has reached its quota of compute nodes.
AllocationFailed
public static final String AllocationFailed= "AllocationFailed"
An error occurred while trying to allocate the desired number of compute nodes.
AllocationTimedOut
public static final String AllocationTimedOut= "AllocationTimedout"
The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.
RemoveNodesFailed
public static final String RemoveNodesFailed= "RemoveNodesFailed"
An error occurred when removing compute nodes from the pool.
ResizeStopped
public static final String ResizeStopped= "ResizeStopped"
The user stopped the resize operation.
Unknown
public static final String Unknown= "Unknown"
The reason for the failure is not known.