Skip to content

Commit

Permalink
errors: remove reference to authority/ambient tags
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Nov 25, 2024
1 parent b62be7a commit 61e5f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit-auth/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub enum Signature {
#[derive(Error, Clone, Debug, PartialEq, Eq)]
#[cfg_attr(feature = "serde-error", derive(serde::Serialize, serde::Deserialize))]
pub enum Logic {
#[error("a rule provided by a block is generating facts with the authority or ambient tag, or has head variables not used in its body")]
#[error("a rule provided by a block is producing a fact with unbound variables")]
InvalidBlockRule(u32, String),
#[error("{policy}, and the following checks failed: {checks:?}")]
Unauthorized {
Expand Down

0 comments on commit 61e5f86

Please sign in to comment.