# Functions
NewResourceFailure creates a ResourceFailure with a message that should be a human-readable explanation of the error message, and a causingObjects slice that specifies what objects have caused the error.
No description provided by the author
# Constants
ResourceFailureReasonUnknown is used when no specific message is specified when creating a ResourceFailure.
# Structs
ResourceFailure represents an error encountered when processing one or more Kubernetes resources into Kong configuration.
ResourceFailuresCollector collects resource failures across different stages of resource processing.