• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • Westpay.Epas
      • AdminOperation
      • AdminResponse
      • AltMethodTransaction
      • ApiResult
      • AuthorisationChannel
      • AuthorisingEntity
      • BufferTools
      • CardAcceptedEventArgs
      • CurrencyCodes
      • EnableCardReaderOptions
      • EnableReadersResponse
      • EntryMethod
      • EpasClient
      • EpasClient.CardAcceptedNotification
      • EpasClient.CardActionNotification
      • EpasClient.EpasMessageReceiver
      • EpasClient.StatusNotification
      • ErrorConditions
      • IClientApp
      • LastTransactionResponse
      • LastTransactionResponse.CardData
      • LastTransactionResponse.DccData
      • LastTransactionResponse.EmvData
      • LastTransactionResponse.MerchantData
      • LastTransactionResponse.TransactionData
      • LoginResponse
      • LogLevel
      • LogoutResponse
      • OperatingParameters
      • PurchaseRequest
      • PurchaseTransactionAmounts
      • ReceiptData
      • ReceiptData.AuthorisationData
      • ReceiptData.CardData
      • ReceiptData.DccData
      • ReceiptData.EmvData
      • ReceiptData.MerchantData
      • ReceiptData.TransactionData
      • ReceiptData.TranslatedTextId
      • ReceiptVersion
      • RefundRequest
      • ServiceEnableType
      • SimpleResponse
      • TerminalEnvironment
      • TerminalNetworkConnection
      • TransactionOutcome
      • TransactionRequest
      • TransactionResponse
      • TransactionType
      • VerificationMethod

    Enum ApiResult

    Statuses related to the API usage. These do not reflect the outcome of transactions, only issues relating to API usage and communications.

    Namespace: Westpay.Epas
    Assembly: EpasClientLibrary.dll
    Syntax
    public enum ApiResult

    Fields

    Name Description
    ErrorCommunicationsFailure

    The library was unable to send the request / message to the terminal

    ErrorConnectionFailure

    The library failed to connect to the terminal

    ErrorInvalidParameter

    An invalid parameter was supplied to the method called

    ErrorLibraryFailure

    An internal error occurred in the library

    ErrorNotConnected

    The library is not yet connected to the terminal

    ErrorParseFailure

    The response from the terminal could not be parsed

    OK

    The request / message was successfully sent to the terminal for processing

    • View Source
    In This Article
    Back to top Generated by DocFX