# Functions
ConfigureTypeErrorDiagnostic returns an error diagnostic for when a given type does not implement PrefectClient.
CreateClientErrorDiagnostic returns an error diagnostic for when one of the HTTP clients failed to be instantiated.
No description provided by the author
No description provided by the author
ObjectsEqual checks to see if two objects are equivalent, accounting for differences in the order of the contents.
ParseUUIDErrorDiagnostic returns an error diagnostic for when an attempt to parse a string into a UUID fails.
RenderTemplate is a helper function to take a template and some configuration and return the result as a string.
ResourceClientErrorDiagnostic returns an error diagnostic for when a client call fails during any resource operations (CRUD).
SafeUnmarshal is a helper function for safely unmarshalling a JSON object by checking if it is null before attempting to unmarshal it.
SerializeDataErrorDiagnostic returns an error diagnostic for when an attempt to serialize data into a JSON string fails.