Warnings.AddErrors Method
Adds a collection of errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Overload List
Name | Description | |
---|---|---|
AddErrors(Collection<Error>) | Adds a collection of errors to the collection of services errors to treat as warnings. |
|
AddErrors(Collection<StagingBatchError>) | Obsolete.Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
|
AddErrors(IEnumerable<Error>) | Adds a collection of errors that iterates through the collection of services errors to treat as warnings. |
|
AddErrors(IEnumerable<StagingBatchError>) | Obsolete.Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. |
See Also
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top