Class PoolResizeErrorCodes


  • public final class PoolResizeErrorCodes
    extends Object
    Contains error codes specific to pool resize errors.
    • Field Detail

      • AccountCoreQuotaReached

        public static final String AccountCoreQuotaReached
        The account has reached its quota of compute nodes.
        See Also:
        Constant Field Values
      • AllocationFailed

        public static final String AllocationFailed
        An error occurred while trying to allocate the desired number of compute nodes.
        See Also:
        Constant Field Values
      • AllocationTimedOut

        public static final String AllocationTimedOut
        The Batch service was unable to allocate the desired number of compute nodes within the resize timeout.
        See Also:
        Constant Field Values
      • RemoveNodesFailed

        public static final String RemoveNodesFailed
        An error occurred when removing compute nodes from the pool.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PoolResizeErrorCodes

        public PoolResizeErrorCodes()