Response codes for Store-related api endpoints
Possible enumeration values:
Name | Value | Description |
---|---|---|
GeneralFailureAtSite |
-1012 |
Unspecified failure at the site |
CommandExtensionsDisabled |
-1011 |
CommandExtensions are disabled |
VersionNotAvailable |
-1010 |
The version is not available |
ProxyNotInitialized |
-1009 |
Proxy is not initialized |
RdfConnectFailure |
-1008 |
Failure with the Rdf connection |
GeneralFailure |
-1007 |
GeneralFailure |
InvalidResponse |
-1006 |
The response is invalid |
InvalidCommand |
-1005 |
The command is invalid |
OutputDecryptionFailure |
-1004 |
Failure during decryption of the output, or improperly decrypted output |
OutputEncryptionFailure |
-1003 |
Failure during encryption of the output, or improperly encrypted output |
InputDecryptionFailure |
-1002 |
Failure during decryption of the input, or improperly decrypted input |
InputEncryptionFailure |
-1001 |
Failure during encryption of the input, or improperly encrypted input |
KeyExchangeFailure |
-1000 |
Failure to exchange keys |
ServerCommandSizeError |
-603 |
Error related to ServerCommand size |
StoreCommandSizeError |
-602 |
Error related to StoreCommand size |
CommunicationException |
-601 |
A communication exception occurred |
RequestTimedOut |
-600 |
Request timed out |
InvalidSiteForCompany |
-501 |
Invalid site for company |
RDFAgentSiteDown |
-500 |
RDFAgent or the Site is down |
Success |
0 |
No error |
Error |
2 |
General error |
InvalidResponseFromStore |
3 |
Unable to get a valid response from the store |
StoreIdentifierMissing |
100 |
A storeIdentifier is required but was invalid or not provided |
OrderRequired |
104 |
An order is required but was not provided |
PaymentInfoRequired |
106 |
Payment information must be passed to this request |
UnknownException |
126 |
An unknown exception has occurred |
InvalidParameters |
701 |
Parameters were invalid |
BadRequest |
702 |
Bad Request |
AccessDenied |
703 |
Access Denied due to invalid credentials |
CloudConnectAuthorizationError |
708 |
CloudConnect could not authorize |
CloudConnectHeaderMissing |
709 |
Cloud Connect header was missing from request |
PaymentServiceIdHeaderMissing |
710 |
PaymentServiceId header was missing from request |
BasicAuthorizationHeaderMissing |
711 |
Basic Authorization header was missing from request |
RequiredHeadersMissing |
712 |
Required headers for this call were missing |