Script: Class dw.campaign.SourceCodeStatusCodes

Class SourceCodeStatusCodes

  • Object
    • dw.campaign.SourceCodeStatusCodes

Helper class which contains error result codes returned by the SetSourceCode pipelet.

Constants

CODE_INACTIVE : String = "CODE_INACTIVE"

Indicates that the specified source code was found in one or more source-code groups, none of which are active.

CODE_INVALID : String = "CODE_INVALID"

Indicates that the specified source code is not contained in any source-code group.

Properties

Constructor Summary

SourceCodeStatusCodes()

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

Constructor Detail

SourceCodeStatusCodes

publicSourceCodeStatusCodes()