diff --git a/core/node/external_proof_integration_api/src/error.rs b/core/node/external_proof_integration_api/src/error.rs index e60c9d9e46cc..ae6e9fb9a0c8 100644 --- a/core/node/external_proof_integration_api/src/error.rs +++ b/core/node/external_proof_integration_api/src/error.rs @@ -40,7 +40,7 @@ impl IntoResponse for ProcessorError { match err { ObjectStoreError::KeyNotFound(_) => ( StatusCode::NOT_FOUND, - "Object not found in GCS, most likely batch is not available anymore" + "Proof verification not possible anymore, batch is too old." .to_owned(), ), _ => (