SourceCodeStatusCodes.md•657 B
## Package: dw.campaign
# Class SourceCodeStatusCodes
## Inheritance Hierarchy
- Object
- dw.campaign.SourceCodeStatusCodes
## Description
Helper class which contains error result codes returned by the SetSourceCode pipelet.
## Constants
### CODE_INACTIVE
**Type:** 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
**Type:** String = "CODE_INVALID"
Indicates that the specified source code is not contained in any source-code group.
## Properties
## Constructor Summary
SourceCodeStatusCodes()
## Method Summary
## Constructor Detail