‪TYPO3CMS  ‪main
TYPO3\CMS\Core\SysLog\Error Class Reference

Public Attributes

const MESSAGE = 0
 
const USER_ERROR = 1
 
const SYSTEM_ERROR = 2
 
const SECURITY_NOTICE = 3
 
const WARNING = 4
 

Detailed Description

A class defining possible error types

Definition at line 23 of file Error.php.

Member Data Documentation

◆ MESSAGE

◆ SECURITY_NOTICE

const TYPO3\CMS\Core\SysLog\Error::SECURITY_NOTICE = 3

Definition at line 28 of file Error.php.

◆ SYSTEM_ERROR

const TYPO3\CMS\Core\SysLog\Error::SYSTEM_ERROR = 2

Definition at line 27 of file Error.php.

◆ USER_ERROR

◆ WARNING

const TYPO3\CMS\Core\SysLog\Error::WARNING = 4

Definition at line 29 of file Error.php.