ResourceOverRequestException

Exception indicating the requested resource reservation cannot be met by any currently online Docker engines.

Usually this exception is emitted when too much resource is requested, and no Docker engine can fulfill the request even when no resource is reserved.

Parameters

taskName

Name of the task which requested the resource reservation.

requestedReservation

The resource reservation requested by the task.

Constructors

Link copied to clipboard
constructor(taskName: String?, requestedReservation: EnvContext.ResourceReservation, requestedFeatures: EnvContext.RequestedSystemResources)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getContextEntries(): MutableList<Pair<String, Any>>
Link copied to clipboard
open override fun getContextLabels(): MutableSet<String>
Link copied to clipboard
open override fun getContextValues(p0: String): MutableList<Any>
Link copied to clipboard
open override fun getFirstContextValue(p0: String): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getRawMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard