google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Consider adding error handling for ParseComputeOperationInfo

Open scotthart opened this issue 1 year ago • 0 comments

The call sites for ParseComputeOperationInfo do not provide the ability to propagate an error if ParseComputeOperationInfo detected one, such as a malformed URL. Consider enhancing the async get and async cancel request setting mechanism in AsyncRestLongRunningOperation to handle errors and refactor ParseComputeOperationInfo to return a StatusOr<T>.

scotthart avatar Jun 14 '24 16:06 scotthart