# Structs
GarbageCollectionError is describes a garbage collection error for a resources, it includes the Kind and NamespacedName of the resource, and the underlying Err.
ReconciliationError is describes a generic reconciliation error for a resource, it includes the Kind and NamespacedName of the resource, and any underlying Err.
ResourceNotFoundError describes an error in which a referred resource could not be found, it includes the Kind and NamespacedName, and any underlying Err.
ResourceNotReadyError describes an error in which a referred resource is not in a meta.ReadyCondition state, it includes the Kind and NamespacedName, and any underlying Err.
UnsupportedResourceKindError describes an error in which a referred resource is of an unsupported kind, it includes the Kind and NamespacedName of the resource, and any underlying Err.