| StrandsTemplateCallStatusCodeEnum Enumeration | 
            Enumeration describes status code returned by Strands portal in API template calls.
            
 
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntaxpublic enum StrandsTemplateCallStatusCodeEnum
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | UnknownStatus | -1 | 
            Occurs when no status code is present in document.
             | 
 | Success | 0 | 
            Success response.
             | 
 | ErrorInTheRequestParameters | 1 | 
            Error in request parameter response.
             | 
 | ErrorValidatingCustomersApiID | 2 | 
            Error in provided api ID response.
             | 
 | UnexpectedError | 3 | 
            Unexpected error response.
             | 
 | EmailRecommendationsUnavailable | 6 | 
            Email recommendations are not enabled for requested account due to licensing reasons.
             | 
See Also