PoolResizeErrorCodes Class

  • java.lang.Object
    • com.microsoft.azure.batch.PoolResizeErrorCodes

public final class PoolResizeErrorCodes

Contains error codes specific to pool resize errors.

Field Summary

Modifier and Type Field and Description
static final String AccountCoreQuotaReached

The account has reached its quota of compute nodes.

static final String AllocationFailed

An error occurred while trying to allocate the desired number of compute nodes.

static final String AllocationTimedOut

The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.

static final String RemoveNodesFailed

An error occurred when removing compute nodes from the pool.

static final String ResizeStopped

The user stopped the resize operation.

static final String Unknown

The reason for the failure is not known.

Constructor Summary

Constructor Description
PoolResizeErrorCodes()

Methods inherited from java.lang.Object

Field Details

AccountCoreQuotaReached

public static final String AccountCoreQuotaReached

The account has reached its quota of compute nodes.

AllocationFailed

public static final String AllocationFailed

An error occurred while trying to allocate the desired number of compute nodes.

AllocationTimedOut

public static final String AllocationTimedOut

The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.

RemoveNodesFailed

public static final String RemoveNodesFailed

An error occurred when removing compute nodes from the pool.

ResizeStopped

public static final String ResizeStopped

The user stopped the resize operation.

Unknown

public static final String Unknown

The reason for the failure is not known.

Constructor Details

PoolResizeErrorCodes

public PoolResizeErrorCodes()

Applies to