‪TYPO3CMS  ‪main
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

string $message = 'Unknown validation error'
 
int $code = 1201447005
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Error\Error
string $message = 'Unknown error'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Error\Message
string $message = 'Unknown message'
 
int $code
 
array $arguments = array( )
 
string $title = ''
 

Additional Inherited Members

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

Detailed Description

This object holds a validation error.

Definition at line 21 of file Error.php.

Member Data Documentation

◆ $code

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

Definition at line 29 of file Error.php.

◆ $message

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

Definition at line 25 of file Error.php.