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 | Description |
|---|---|
| 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 | Description |
|---|---|
| CustomerStatusCodes() |
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
- 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.
- CustomerStatusCodes()