OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Contract\IDisplayError Interface Reference

Public Member Functions

 getOxMessage ()
 
 getErrorClassType ()
 
 getValue ($sName)
 

Detailed Description

DisplayError interface

Member Function Documentation

◆ getErrorClassType()

OxidEsales\EshopCommunity\Core\Contract\IDisplayError::getErrorClassType ( )

Returns a type of the error, e.g. the class of the exception or whatever class implemented this interface

Returns
string The error type

◆ getOxMessage()

OxidEsales\EshopCommunity\Core\Contract\IDisplayError::getOxMessage ( )

This method should return a localized message for displaying

Returns
string A string to display to the user

◆ getValue()

OxidEsales\EshopCommunity\Core\Contract\IDisplayError::getValue (   $sName)

Possibility to access additional values

Parameters
string$sNameValue name
Returns
string An additional value (string) by its name

The documentation for this interface was generated from the following file: