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 |