Search in sources :

Example 1 with EzyLoginErrorResponse

use of com.tvd12.ezyfoxserver.response.EzyLoginErrorResponse in project ezyfox-server by youngmonkeys.

the class EzyLoginController method newLoginErrorResponse.

protected EzyResponse newLoginErrorResponse(EzyILoginError error) {
    EzyErrorParams params = new EzyErrorParams();
    params.setError(error);
    return new EzyLoginErrorResponse(params);
}
Also used : EzyErrorParams(com.tvd12.ezyfoxserver.response.EzyErrorParams) EzyLoginErrorResponse(com.tvd12.ezyfoxserver.response.EzyLoginErrorResponse)

Aggregations

EzyErrorParams (com.tvd12.ezyfoxserver.response.EzyErrorParams)1 EzyLoginErrorResponse (com.tvd12.ezyfoxserver.response.EzyLoginErrorResponse)1