public final class PoolResizeErrorCodes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AccountCoreQuotaReached
The account has reached its quota of compute nodes.
|
static String |
AllocationFailed
An error occurred while trying to allocate the desired number of compute nodes.
|
static String |
AllocationTimedOut
The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.
|
static String |
RemoveNodesFailed
An error occurred when removing compute nodes from the pool.
|
static String |
ResizeStopped
The user stopped the resize operation.
|
static String |
Unknown
The reason for the failure is not known.
|
Constructor and Description |
---|
PoolResizeErrorCodes() |
public static final String AccountCoreQuotaReached
public static final String AllocationFailed
public static final String AllocationTimedOut
public static final String RemoveNodesFailed
public static final String ResizeStopped
public static final String Unknown
Copyright © 2019. All rights reserved.