variables: handler should catch errors before conflicts (#14591)

This commit is contained in:
Tim Gross
2022-09-14 13:14:17 -04:00
committed by GitHub
parent 8622b96324
commit 3f67b5b8eb

View File

@@ -169,6 +169,9 @@ func (sv *Variables) makeVariablesApplyResponse(
}
return &out, nil
}
if eResp.IsError() {
return &out, eResp.Error
}
// At this point, the response is necessarily a conflict.
// Prime output from the encrypted responses metadata