PHP 인터페이스 Predis\Response\ErrorInterface

저자: Daniele Alessandri ([email protected])
상속: extends ResponseInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache 0 사용 예제들

공개 메소드들

메소드 설명
getErrorType ( ) : string Returns the error type (e.g. ERR, ASK, MOVED).
getMessage ( ) : string Returns the error message.

메소드 상세

getErrorType() 공개 메소드

Returns the error type (e.g. ERR, ASK, MOVED).
public getErrorType ( ) : string
리턴 string

getMessage() 공개 메소드

Returns the error message.
public getMessage ( ) : string
리턴 string