Uses of Class
dev.vality.damsel.withdrawals.errors.GeneralFailure
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.errors |
-
Uses of GeneralFailure in dev.vality.damsel.withdrawals.errors
Methods in dev.vality.damsel.withdrawals.errors that return GeneralFailure Modifier and Type Method Description GeneralFailureGeneralFailure. deepCopy()GeneralFailureAuthorizationFailure. getAccountBlocked()GeneralFailureAuthorizationFailure. getAccountNotFound()GeneralFailureAuthorizationFailure. getAccountStolen()GeneralFailureLimitExceeded. getAmount()GeneralFailureBankCardReject. getCardNumberInvalid()GeneralFailureLimitExceeded. getNumber()GeneralFailureAuthorizationFailure. getOperationBlocked()GeneralFailureAuthorizationFailure. getSecurityPolicyViolated()GeneralFailureAuthorizationFailure. getTemporarilyUnavailable()GeneralFailureAuthorizationFailure. getUnknown()GeneralFailureBankCardReject. getUnknown()GeneralFailureDestinationReject. getUnknown()GeneralFailureLimitExceeded. getUnknown()Constructors in dev.vality.damsel.withdrawals.errors with parameters of type GeneralFailure Constructor Description GeneralFailure(GeneralFailure other)Performs a deep copy on other.