考虑一下:
Invoke-WebRequest $sumoApiURL -Headers @{"Content-Type"= "application/json"} -Credential $cred -WebSession $webRequestSession -Method post -Body $sumojson -ErrorAction Stop
这引发了以下例外情况:
我怎样才能完全捕获它,或者至少过滤掉“已经存在同名资源”?
使用 $_.Exception.GetType().FullName
收益率
System.Net.WebException
$_.Exception.Message
给出
远程服务器返回一个错误: (400)错误请求。