Result Codes


ResultCode ResultText Http Status Code Message Comments
0 Success OK (200) OK Depending on the context this may also return http status code Created (201) or Accepted (202).
1 PartialSuccess Partial Content (206) or error status Partial Success. See errors for information on what failed. The Http Status Code may vary depending on the context and severity of the failure. For processes that determine the result should be treated as a success Partial Content (206) will be returned. For processes that determine the result should be treated as a failure the Http Status Code returned will be based on the result code of one of the failed parts of the process. Depending on the context this should be treated as a success with warnings about what failed or as a failure with information about what succeeded.
90 UnknownError Bad Request (400) Request triggered an error.
99 DataStoreInformationMissing Internal Server Error (500) Missing a connection to the data store.
100 SubsystemSpecificError Bad Request (400) Request triggered an error.
1001 RequiredValueEmpty Bad Request (400) Request was missing a required value.
1011 InvalidValue Bad Request (400) Request included an invalid value.
1012 InvalidValueTooShort Bad Request (400) Request included a value that was too short.
1013 InvalidValueTooLong Bad Request (400) Request included a value that was too long.
1014 InvalidValueTooLow Bad Request (400) Request included a value that was too low.
1015 InvalidValueTooHigh Bad Request (400) Request included a value that was too high.
1051 InvalidFormat Bad Request (400) Request included a value that was in an invalid format.
1061 ValidationFailure Bad Request (400) Request was not valid.
1071 PrerequisiteFailure Precondition Failed (412) Request had a prerequisite that failed.
1101 NotFound Not Found (404) Requested item was not found.
1151 TooManyFound Not Found (404) Request found too many items. Only one was expected.
1201 DuplicateFound Conflict (409) An item already exists with that value and duplicates are not allowed.
1211 InvalidForeignKeyReference Not Found (404) Request referenced an object that was not found.
1301 Dependency Conflict (409) Request can't be completed because other items depend on it.
1401 OutOfIdentitySpace Internal Server Error (500) Request has exhausted the pool of available keys.
1501 InsufficientPermission Forbidden (403) Insufficient permission for request.
1511 InvalidUserNamePasswordCombination Unauthorized (401) Invalid authentication information.
1512 InvalidAuthenticationToken Unauthorized (401) Invalid authentication information.
1513 InvalidAuthenticationKey Unauthorized (401) Invalid authentication information.
1519 UnknownThirdPartyAuthentication Unauthorized (401) Unknown third-party authentication. An unknown third-party authentication was presented. Either a new user account needs to be created or the authentication needs to be linked to an existing user account.
1520 PasswordExpired Unauthorized (401) The user password has expired and needs to be changed.
1521 AccessBlocked Unauthorized (401) Access was blocked due to suspicious activity, bad login attempts, or other reason.
1522 AccessRejected Unauthorized (401) Access was rejected due to user being terminated, account closed, or other reason.
1531 AccessRequiresMultiFactorAuthentication Unauthorized (401) Access requires multi-factor authentication. Recipient of this response should prompt for MFA, collect the results, and submit those results for access.
1532 AccessRequiresMultiFactorAuthenticationForNewPublicIpAddress Unauthorized (401) Access requires multi-factor authentication. Recipient of this response should prompt for MFA, collect the results, and submit those results for access.
1533 AccessRequiresMultiFactorAuthenticationForNewDeviceId Unauthorized (401) Access requires multi-factor authentication. Recipient of this response should prompt for MFA, collect the results, and submit those results for access.
1601 NoneAffected Not Found (404) No item(s) affected by request.
1611 ChangedByAnotherUser Conflict (409) This item has been changed by another user since you started editing it. Changes were not saved. The item should be reloaded and changes made again.
1701 RequestedActionNotSupported Not Implemented (501) Requested an action that is not supported.
1711 RequestedActionAlreadyCompleted OK (200) Requested an action that had already been completed.
2001 DatabaseNotConfiguredMissingDatabaseId Internal Server Error (500) Missing a key data store configuration.
2101 EncryptionKeyNotFound Internal Server Error (500) Missing encryption information required by data store.
2201 EncryptionKeyMissingValues Internal Server Error (500) Missing encryption information required by data store.
2301 EncryptionNotConfigured Internal Server Error (500) Missing encryption information required by data store.
3101 PartnerSystemOffline Service Unavailable (503) A partner system (e.g. web service, payment gateway, etc.) is off-line.
3111 PartnerSystemTimeout Gateway Timeout (504) A partner system (e.g. web service, payment gateway, etc.) has timed out.
3121 PartnerSystemError Service Unavailable (503) A partner system (e.g. web service, payment gateway, etc.) had an error.
4101 Rejected Not Acceptable (406) Request had an unacceptable value and was rejected.
4201 Timeout Gateway Timeout (504) The request resulted in a timeout. Try again later.
4301 Cancelled Not Acceptable (406) The request was cancelled.
2147483645 ExceptionTimeout Gateway Timeout (504) The request resulted in a timeout. Try again later.
2147483646 ExceptionUpdatingData Bad Request (400) The request resulted in an error.
2147483647 Exception Bad Request (400) The request resulted in an error.
-1 DataStoreError Bad Request (400) Data store did not like the request.