Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2021 v0.0.1 Nov 12, 2020 Changes in this version + var AdoptedResourceNotFound = fmt.Errorf("adopted resource not found") + var NilResourceManagerFactory = fmt.Errorf(...) + var NotFound = fmt.Errorf("resource not found") + var NotImplemented = fmt.Errorf("not implemented") + var TemporaryOutOfSync = fmt.Errorf("temporary out of sync, reconcile after some time") + var Terminal = fmt.Errorf("resource is in terminal condition") + func AWSError(err error) (awserr.Error, bool) + func AWSRequestFailure(err error) (awserr.RequestFailure, bool) + func HTTPStatusCode(err error) int