All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.egzosn.pay.common.bean.result.PayError Maven / Gradle / Ivy

There is a newer version: 2.14.7
Show newest version
package com.egzosn.pay.common.bean.result;

/**
 * 支付错误码说明
 *
 * @author egan
 * 
 *     email [email protected]
 *     date 2017-03-02 22:28:01
 *  
*/ public interface PayError { /** * 获取错误码 * * @return 错误码 */ String getErrorCode(); /** * 获取错误消息 * * @return 错误消息 */ String getErrorMsg(); /** * 获取异常信息 * @return 异常信息 */ String getString(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy