Skip to content

Commit 2e37dbf

Browse files
committed
Remove ReferenceValidationError from documents
1 parent daadedd commit 2e37dbf

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

doc/dev/api/v1/calls/catalog-diff.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The following exceptions may occur during the compilation of a catalog within th
194194

195195
- `OctocatalogDiff::Errors::CatalogError`
196196

197-
Catalog failed to compile. Please note that whenever possible, a `OctocatalogDiff::API::V1::Catalog` object is still constructed for a failed catalog, with `#valid?` returning false.
197+
Catalog failed to compile. Please note that whenever possible, a `OctocatalogDiff::API::V1::Catalog` object is still constructed for a failed catalog, with `#valid?` returning false. It's also possible that the catalog contained broken references -- see [Catalog validation](/doc/advanced-catalog-validation.md).
198198

199199
- `OctocatalogDiff::Errors::GitCheckoutError`
200200

@@ -203,7 +203,3 @@ The following exceptions may occur during the compilation of a catalog within th
203203
- `OctocatalogDiff::Errors::PuppetVersionError`
204204

205205
The version of Puppet could not be determined, generally because the Puppet binary was not found, or does not respond as expected to `puppet version`.
206-
207-
- `OctocatalogDiff::Errors::ReferenceValidationError`
208-
209-
See [Catalog validation](/doc/advanced-catalog-validation.md).

doc/dev/api/v1/calls/catalog.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following exceptions may occur during the compilation of a catalog:
100100

101101
- `OctocatalogDiff::Errors::CatalogError`
102102

103-
Catalog failed to compile. Please note that whenever possible, a `OctocatalogDiff::API::V1::Catalog` object is still constructed for a failed catalog, with `#valid?` returning false.
103+
Catalog failed to compile. Please note that whenever possible, a `OctocatalogDiff::API::V1::Catalog` object is still constructed for a failed catalog, with `#valid?` returning false. It's also possible that the catalog contained broken references -- see [Catalog validation](/doc/advanced-catalog-validation.md).
104104

105105
- `OctocatalogDiff::Errors::GitCheckoutError`
106106

@@ -109,7 +109,3 @@ The following exceptions may occur during the compilation of a catalog:
109109
- `OctocatalogDiff::Errors::PuppetVersionError`
110110

111111
The version of Puppet could not be determined, generally because the Puppet binary was not found, or does not respond as expected to `puppet version`.
112-
113-
- `OctocatalogDiff::Errors::ReferenceValidationError`
114-
115-
See [Catalog validation](/doc/advanced-catalog-validation.md).

0 commit comments

Comments
 (0)