We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5c68e commit 0ebeba8Copy full SHA for 0ebeba8
1 file changed
packages/api/internal/orchestrator/update_instance.go
@@ -50,6 +50,7 @@ func (o *Orchestrator) UpdateSandbox(
50
}
51
52
err = utils.UnwrapGRPCError(err)
53
+
54
return fmt.Errorf("failed to update sandbox '%s': %w", sandboxID, err)
55
56
0 commit comments