We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1dcfa commit 243bafbCopy full SHA for 243bafb
src/DataMigration/DataMigration/Cmdlets/DataMigrationCmdlet.cs
@@ -92,7 +92,7 @@ public static string ReturnApiErrorMessage(ApiErrorException ex)
92
/// Helper method to throw the appropriate exception based on the error returned by the SDK
93
/// </summary>
94
/// <param name="ex"></param>
95
- /// <param name="customMessages"></param>
+ /// <param name="customObjects"></param>
96
protected void ThrowAppropriateException(ApiErrorException ex, List<string> customObjects = null)
97
{
98
string message = "DMS API Error " + ReturnApiErrorMessage(ex);
0 commit comments