Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 101) sorted by path

12345

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js6ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROP…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php150 'Throwable' => LogLevel::ERROR,
168 E_USER_ERROR => LogLevel::ERROR,
172 E_RECOVERABLE_ERROR => LogLevel::ERROR,
183 $level = LogLevel::ERROR;
H A DLogger.php64 public const ERROR = 400; define in Monolog\\Logger
108 self::ERROR => 'ERROR',
566 $this->addRecord(static::ERROR, (string) $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php33 Logger::ERROR => 'error',
H A DGelfMessageFormatter.php62 Logger::ERROR => 3,
H A DHtmlFormatter.php36 Logger::ERROR => '#FD7E14',
H A DWildfireFormatter.php37 Logger::ERROR => 'ERROR',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractSyslogHandler.php38 Logger::ERROR => LOG_ERR,
H A DDeduplicationHandler.php72 …andler, ?string $deduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, b…
H A DIFTTTHandler.php39 …public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bu…
H A DMandrillHandler.php36 … public function __construct(string $apiKey, $message, $level = Logger::ERROR, bool $bubble = true)
H A DNativeMailerHandler.php73 …public function __construct($to, string $subject, string $from, $level = Logger::ERROR, bool $bubb…
H A DNewRelicHandler.php60 $level = Logger::ERROR,
H A DOverflowHandler.php48 Logger::ERROR => 0,
H A DRollbarHandler.php47 Logger::ERROR => 'error',
66 …public function __construct(RollbarLogger $rollbarLogger, $level = Logger::ERROR, bool $bubble = t…
H A DSendGridHandler.php60 …ser, string $apiKey, string $from, $to, string $subject, $level = Logger::ERROR, bool $bubble = tr…
H A DSwiftMailerHandler.php41 …public function __construct(\Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble …
H A DZendMonitorHandler.php51 Logger::ERROR => \ZEND_MONITOR_EVENT_SEVERITY_ERROR,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php210 case $level >= Logger::ERROR:
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php59 $this->getRecord(Logger::ERROR, 'error'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php69 $this->log(LogLevel::ERROR, $message, $context);
H A DLogLevel.php13 const ERROR = 'error'; define in Psr\\Log\\LogLevel
H A DLoggerTrait.php70 $this->log(LogLevel::ERROR, $message, $context);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php60 … LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
/plugin/batchedit/
H A Dinterface.php11 const ERROR = 1; define in BatcheditMessage
22 case self::ERROR:
36 case self::ERROR:
73 $this->type = self::ERROR;

12345