This commit is contained in:
Robin Appelman 2024-07-28 17:03:44 +02:00
commit fe96537a74
2 changed files with 5 additions and 15 deletions

View file

@ -1,9 +1,7 @@
pub const STATEMENTS: &[crate::LoggingStatement] = &[
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 76usize , placeholders : & ["$this->l->t('No tags given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 89usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 94usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 96usize , placeholders : & ["$this->l->t('At least one of the given tags is invalid')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 149usize , placeholders : & [] , exception : Some ("RuntimeException") , regex : "^no instance id!$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Debug , path : "/lib/Operation.php" , line : 104usize , placeholders : & ["$e->getMessage()"] , exception : None , regex : "^(.*)$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 106usize , placeholders : & [] , exception : Some ("OCP\\Files\\ForbiddenException") , regex : "^Access denied$" , },
crate :: LoggingStatement { level : crate :: LogLevel :: Exception , path : "/lib/Operation.php" , line : 203usize , placeholders : & ["$this->l->t('No rule given')"] , exception : Some ("UnexpectedValueException") , regex : "^(.*)$" , },
];