CommonErrors

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 ``

CommonErrors.Res`

Field Summary

  Modifier and TypeField and Description`static 

MeaningfulError``

anonymousUserCannotBeAuthenticated static

MeaningfulError``

inactivityTimeout static

MeaningfulError``

insufficientPermissions static

MeaningfulError``

noFallbackMethodsAvailable static

MeaningfulError``

noInternetConnection static

MeaningfulError``

operationInterrupted static

MeaningfulError``

paymentMethodNotSupported static

MeaningfulError``

receiptSendFailed static

MeaningfulError``

serverError static

MeaningfulError``

terminalAuthenticationExpired static

MeaningfulError``

timeout static

MeaningfulError``

transactionTypeNotSupported static

MeaningfulError``

userAuthenticationExpired static

MeaningfulError``

userCancelled static

MeaningfulError``

validationFailed`

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()`