Interface AcquiringExceptionWithErrorCode
-
- All Implemented Interfaces:
-
ru.tinkoff.acquiring.sdk.exceptions.AcquiringException
public interface AcquiringExceptionWithErrorCode implements AcquiringException
s.y.biryukov
-
-
Method Summary
Modifier and Type Method Description abstract StringgetErrorCode()abstract UnitsetErrorCode(String errorCode)-
-
Method Detail
-
getErrorCode
abstract String getErrorCode()
-
setErrorCode
abstract Unit setErrorCode(String errorCode)
-
-
-
-