Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Predis
Response
ErrorInterface
PHP Interface Predis\Response\ErrorInterface
Author:
Daniele Alessandri (
[email protected]
)
Inheritance:
extends
ResponseInterface
显示文件
Open project: tillkruss/redis-object-cache
Interface Usage Examples
Public Methods
Method
Description
getErrorType
( ) :
string
Returns the error type (e.g. ERR, ASK, MOVED).
getMessage
( ) :
string
Returns the error message.
Method Details
getErrorType()
public
method
Returns the error type (e.g. ERR, ASK, MOVED).
public
getErrorType
( ) :
string
return
string
getMessage()
public
method
Returns the error message.
public
getMessage
( ) :
string
return
string