We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea2334 commit 20d3ab2Copy full SHA for 20d3ab2
src/evaluation/precompiled_policy.rs
@@ -67,6 +67,7 @@ impl PrecompiledPolicy {
67
/// A dictionary with:
68
/// * Key: the URL of the WebAssembly module
69
/// * Value: a Result containing the precompiled policy or an error.
70
+///
71
/// Errors are stored and will be reported to the user in the API response.
72
pub(crate) type PrecompiledPolicies = HashMap<String, Result<PrecompiledPolicy>>;
73
0 commit comments