Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorRetryable = ErrorClassification("retryable") ErrorFatal = ErrorClassification("fatal") )
View Source
const ( UnknownErrorCode = "UnknownError" UnknownErrorMessage = "There was an unknown deployment error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudErrorDetails ¶
type CloudErrorDetails struct { Classification ErrorClassification Code string Message string }
type ErrorClassification ¶
type ErrorClassification string
Click to show internal directories.
Click to hide internal directories.