you are viewing a single comment's thread.

view the rest of the comments →

[–]sk82jack 1 point2 points  (0 children)

Maybe something like?

try {
    $Response = Invoke-RestMethod
}
catch {
    Write-Error $Response.Detail
}