pub fn update_catalog_file( options: UpdateCatalogFileOptions<'_>, ) -> Result<CatalogUpdateResult, ApiError>
Updates a catalog on disk and only writes the file when the rendered output changes.
Returns ApiError when the input is invalid, when the existing file cannot be read or parsed, or when the updated content cannot be written.
ApiError