com.anywherecommerce.android.sdk
Class CommonErrors
-
java.lang.Object
-
com.anywherecommerce.android.sdk.CommonErrors
-
public abstract class <span class="typeNameLabel">CommonErrors</span> extends java.lang.Object
Created by Admin on 9/29/2017.
Nested Class Summary
Modifier and TypeClass and Description`static class ``<span class="memberNameLink">
CommonErrors.Devices
static class ``
Field Summary
Modifier and TypeField and Description`static
anonymousUserCannotBeAuthenticated
static
inactivityTimeout
static
insufficientPermissions
static
noFallbackMethodsAvailable
static
noInternetConnection
static
operationInterrupted
static
paymentMethodNotSupported
static
receiptSendFailed
static
serverError
static
terminalAuthenticationExpired
static
timeout
static
transactionTypeNotSupported
static
userAuthenticationExpired
static
userCancelled
static
Constructor Summary
Constructor and Description`<span class="memberNameLink">
CommonErrors()`
Method Summary
Methods inherited from class java.lang.Object
`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`
Field Detail
noFallbackMethodsAvailable
`public static
MeaningfulError noFallbackMethodsAvailable`
transactionTypeNotSupported
`public static
MeaningfulError transactionTypeNotSupported`
paymentMethodNotSupported
`public static
MeaningfulError paymentMethodNotSupported`
timeout
`public static
MeaningfulError timeout`
userCancelled
`public static
MeaningfulError userCancelled`
noInternetConnection
`public static
MeaningfulError noInternetConnection`
serverError
`public static
MeaningfulError serverError`
operationInterrupted
`public static
MeaningfulError operationInterrupted`
validationFailed
`public static
MeaningfulError validationFailed`
anonymousUserCannotBeAuthenticated
`public static
MeaningfulError anonymousUserCannotBeAuthenticated`
insufficientPermissions
`public static
MeaningfulError insufficientPermissions`
userAuthenticationExpired
`public static
MeaningfulError userAuthenticationExpired`
terminalAuthenticationExpired
`public static
MeaningfulError terminalAuthenticationExpired`
inactivityTimeout
`public static
MeaningfulError inactivityTimeout`
receiptSendFailed
`public static
MeaningfulError receiptSendFailed`
Constructor Detail
CommonErrors
`public CommonErrors()`