You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom starlark directives should not throw an error type. Instead build a generic result which gets returned from each directive. That Would allow the author to decide how they want to address this result.
Example:
When resources directive encounters an error, do not return golang error type.
The text was updated successfully, but these errors were encountered:
Custom starlark directives should not throw an error type. Instead build a generic result which gets returned from each directive. That Would allow the author to decide how they want to address this result.
Example:
When
resources
directive encounters an error, do not return golangerror
type.The text was updated successfully, but these errors were encountered: