Class SourceCodeStatusCodes
Helper class which contains error result codes returned by the SetSourceCode
pipelet.
Constant Summary
| 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 Summary
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
CODE_INACTIVE
- 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
- CODE_INVALID: String = "CODE_INVALID"
Indicates that the specified source code is not contained
in any source-code group.
Constructor Details
SourceCodeStatusCodes()
- SourceCodeStatusCodes()