Enum GetByCriteriaResponseCodes
A list of possible error codes
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
public enum GetByCriteriaResponseCodes
Fields
| Name | Description |
|---|---|
| DatabaseError | Indicates an error occurred in the database level during the search operation |
| Error | Indicates a general unspecified error |
| ErrorInvalidEventDatePeriod | Indicates an invalid period error occurred when the provided event "To Date" is less than the "From date" |
| ErrorMappingMoneyOrders | Indicates an error occurred during mapping the search result to the search response |
| ErrorMaximumNumberOfRowsExceeded | Indicates that the retrieved number of money orders exceed the configured number in the database |
| ErrorMissingClientCertificate | Indicates that the SSL authentication is not enabled or the client certificate is not found |
| ErrorParsingRequestParameters | Indicates an error occurred while parsing the provided request criteria to search parameters |
| ErrorUnauthorizedOperation | Indicates unauthorized operation due to security reasons, for example unmatched client certificate with IFS organization |
| Success | A response code indicating a successful operation |