Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NoIDInRequest is the error code indicating that no ID was specified NoIDInRequest = "NoIdInRequest" // InvalidIDInRequest is the error code indicating that the ID was invalid InvalidIDInRequest = "InvalidIdInRequest" // NoCredentialsAssociated is the error code indicating no credentials are // associated with the specified ID NoCredentialsAssociated = "NoCredentialsAssociated" // CredentialsUninitialized is the error code indicating that credentials were // not properly initialized. This may happen immediately after the agent is // started, before it has completed state reconciliation. CredentialsUninitialized = "CredentialsUninitialized" // InternalServerError is the error indicating something generic went wrong InternalServerError = "InternalServerError" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.