Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrBug is returned when a bug is detected in the code. ErrBug = errors.New("probably a bug") // ErrUnexpected is returned when an unexpected error is encountered. ErrUnexpected = errors.New("unexpected") // ErrInvalidCode is returned when the pulumi fail to apply. ErrInvalidCode = errors.New("invalid Pulumi code") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.