HandlebarsPlannerErrorCodes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum error codes for Handlebars planner exceptions.
public enum HandlebarsPlannerErrorCodes
type HandlebarsPlannerErrorCodes =
Public Enum HandlebarsPlannerErrorCodes
- Inheritance
-
HandlebarsPlannerErrorCodes
Fields
Name | Value | Description |
---|---|---|
HallucinatedHelpers | 0 | Error code for hallucinated helpers. |
InvalidTemplate | 1 | Error code for invalid Handlebars template. |
InsufficientFunctionsForGoal | 2 | Error code for insufficient functions to complete the goal. |