TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Validation\Error Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Validation\Error:
TYPO3\CMS\Extbase\Error\Error TYPO3\CMS\Extbase\Error\Message

Protected Attributes

 $message = 'Unknown validation error'
 
 $code = 1201447005
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Error
 $message = 'Unknown error'
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Message
 $message = 'Unknown message'
 
 $code
 
 $arguments = []
 
 $title = ''
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Error\Message
 __construct ($message, $code, array $arguments=[], $title='')
 
 getMessage ()
 
 getCode ()
 
 getArguments ()
 
 getTitle ()
 
 render ()
 
 __toString ()
 

Detailed Description

This object holds a validation error.

Definition at line 21 of file Error.php.

Member Data Documentation

◆ $code

TYPO3\CMS\Extbase\Validation\Error::$code = 1201447005
protected

Definition at line 31 of file Error.php.

◆ $message

TYPO3\CMS\Extbase\Validation\Error::$message = 'Unknown validation error'
protected

Definition at line 26 of file Error.php.