aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java b/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java
index b3a03839d3..d2d3ee8ad6 100644
--- a/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java
+++ b/src/main/java/com/google/devtools/build/lib/exec/SpawnResult.java
@@ -94,6 +94,12 @@ public interface SpawnResult {
REMOTE_EXECUTOR_OVERLOADED,
/**
+ * The result of the remotely executed Spawn could not be retrieved due to errors in the remote
+ * caching layer.
+ */
+ REMOTE_CACHE_FAILED,
+
+ /**
* The remote execution system did not allow the request due to missing authorization or
* authentication.
*/