Versions in this module Expand all Collapse all v0 v0.0.2 Mar 7, 2022 v0.0.1 Mar 7, 2022 Changes in this version + type DuplicateResourceError struct + ResourceId string + ResourceType string + func (e *DuplicateResourceError) Error() string + type GenericError struct + Message string + StatusCode int + func (e *GenericError) Error() string + type ResourceNotFoundError struct + ResourceId string + ResourceType string + func (e *ResourceNotFoundError) Error() string + type ValidationError struct + Msg string + func (e *ValidationError) Error() string