BatchErrorMessages Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A strongly-typed resource class, for looking up localized strings, etc.
public class BatchErrorMessages
type BatchErrorMessages = class
Public Class BatchErrorMessages
- Inheritance
-
BatchErrorMessages
Properties
AddTaskCollectionTerminated |
Looks up a localized string similar to Addition of a task failed with unexpected status code. Details: {0}. |
AddTaskResultActionUnretryableFailure |
Looks up a localized string similar to Task {0} reported AddTaskResultAction.UnretryableFailure. |
BatchClientIsClosed |
Looks up a localized string similar to An attempt was made to use an instance of BatchClient that is in the closed state. No further calls to the Batch Service can be made with that instance. This can happen if the instance was explicitly closed or if the BatchClient.Dispose() method was called.. |
BatchRequestCannotBeModified |
Looks up a localized string similar to This BatchRequest has started executing and can no longer be modified.. |
CannotPatchNullValue |
Looks up a localized string similar to A value of null cannot be specified when invoking the CommitChanges operation.. |
CanOnlyBeRunOnceFailure |
Looks up a localized string similar to {0} can only be run once.. |
CollectionMustNotContainNull |
Looks up a localized string similar to Items contained in collection must not be null. |
Culture |
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. |
GeneralBehaviorMissing |
Looks up a localized string similar to Must have at least one behavior of type {0}. |
GeneralObjectInInvalidState |
Looks up a localized string similar to This object is in an invalid state. Write access is not allowed.. |
GeneralSimultaneousCommitsForbidden |
Looks up a localized string similar to Simultaneous Commit operators are forbidden.. |
IncorrectTypeReturned |
Looks up a localized string similar to Incorrect type returned.. |
MonitorInstancesMustHaveSameServerSideParent |
Looks up a localized string similar to Monitor requires all instances to have the same server-side parent.. |
MultipleParallelRequestsHitUnexpectedErrors |
Looks up a localized string similar to One or more requests to the Azure Batch service failed.. |
ODataMonitorTimedOut |
Looks up a localized string similar to Timed out waiting for resources after {0}.. |
OperationForbiddenOnBoundObjects |
Looks up a localized string similar to This operation is forbidden on bound objects.. |
OperationForbiddenOnUnboundObjects |
Looks up a localized string similar to This operation is forbidden on unbound objects.. |
PropertiesReadAccessViolation |
Looks up a localized string similar to The property {0} cannot be read while the object is in the {1} state.. |
PropertiesWriteAccessViolation |
Looks up a localized string similar to The property {0} cannot be modified while the object is in the {1} state.. |
ResourceManager |
Returns the cached ResourceManager instance used by this class. |
TaskIdRangeCannotHaveEndLessThanStart |
Looks up a localized string similar to End task id must be greater than or equal to the start task id.. |
TaskIdRangeCannotHaveNegativeEnd |
Looks up a localized string similar to End task id must be greater or equal to 0.. |
TaskIdRangeCannotHaveNegativeStart |
Looks up a localized string similar to First task id must be greater or equal to 0.. |
TypeDoesNotSupportExpandClause |
Looks up a localized string similar to Type {0} does not support an expand clause.. |
TypeDoesNotSupportFilterClause |
Looks up a localized string similar to Type {0} does not support a filter clause.. |
TypeDoesNotSupportSelectClause |
Looks up a localized string similar to Type {0} does not support a select clause.. |
UnknownAddTaskResultAction |
Looks up a localized string similar to Unknown AddTaskResultAction value: {0}. |
Applies to
Azure SDK for .NET