Class CustomerStatusCodes

CustomerStatusCodes contains constants representing status codes that can be used with a Status object to indicate the success or failure of an operation.

See Also:

Constant Summary 

ConstantDescription
CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST: String = “CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST”Indicates that an error occurred when trying to perform an operation on an address that is currently associated with a product list.

Constructor Summary 

ConstructorDescription
CustomerStatusCodes()

Method Summary 

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Constant Details 

CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST 

CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST: String = "CUSTOMER_ADDRESS_REFERENCED_BY_PRODUCT_LIST"

Indicates that an error occurred when trying to perform an operation on an address that is currently associated with a product list.


Constructor Details 

CustomerStatusCodes() 

CustomerStatusCodes()


DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!