DatabaseErrorCodes Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Database error codes returned from stored procedures.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime.DataManagers (in Microsoft.Dynamics.Commerce.Runtime.DataManagers.dll)

Syntax

'Declaration
Public Enumeration DatabaseErrorCodes
'Usage
Dim instance As DatabaseErrorCodes
public enum DatabaseErrorCodes
public enum class DatabaseErrorCodes

Members

Member name Description
Success No errors occurred.
BaseErrorOffset Base error is offset by the standard error category range.

Not an error code by itself.

CriticalError Critical error.
ItemOutOfStock Item out of stock error.
AuthorizationError Access denied.
VersionMismatchError Version mismatch.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace