Class SourceCodeStatusCodes
Helper class which contains error result codes returned by the SetSourceCode pipelet.
| Constant | Description |
|---|---|
| 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. |
| Constructor | Description |
|---|---|
| SourceCodeStatusCodes() |
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
- 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.
- SourceCodeStatusCodes()