Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsKnownCode ¶
func NormalizeInto ¶
func NormalizeInto(err *error)
Types ¶
type Code ¶
type Code string
const ( CodeInternal Code = "internal" CodeInvalidArgument Code = "invalid_argument" CodeNotAuthenticated Code = "not_authenticated" CodeAccessDenied Code = "access_denied" CodeAuthExpired Code = "authentication_expired" CodeNotInitialized Code = "not_initialized" CodeConfigNotFound Code = "config_not_found" CodeEnvironmentMissing Code = "environment_not_found" CodeEnvironmentExists Code = "environment_already_exists" CodeSecretMissing Code = "secret_not_found" CodeSecretExists Code = "secret_already_exists" CodeArtifactNotFound Code = "artifact_not_found" CodeConflict Code = "conflict" )
Click to show internal directories.
Click to hide internal directories.