Skip to content

Commit 1bb5a18

Browse files
Update src/PowerPlatform/Dataverse/core/errors.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a1c2a74 commit 1bb5a18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/PowerPlatform/Dataverse/core/errors.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"""
55
Structured Dataverse exception hierarchy.
66
7-
This module provides <xref:PowerPlatform.Dataverse.core.errors.DataverseError> and
8-
specialized <xref:PowerPlatform.Dataverse.core.errors.ValidationError>,
9-
<xref:PowerPlatform.Dataverse.core.errors.MetadataError>,
10-
<xref:PowerPlatform.Dataverse.core.errors.SQLParseError>, and
11-
<xref:PowerPlatform.Dataverse.core.errors.HttpError> for validation, metadata,
7+
This module provides :class:`~PowerPlatform.Dataverse.core.errors.DataverseError` and
8+
specialized :class:`~PowerPlatform.Dataverse.core.errors.ValidationError`,
9+
:class:`~PowerPlatform.Dataverse.core.errors.MetadataError`,
10+
:class:`~PowerPlatform.Dataverse.core.errors.SQLParseError`, and
11+
:class:`~PowerPlatform.Dataverse.core.errors.HttpError` for validation, metadata,
1212
SQL parsing, and Web API HTTP failures.
1313
"""
1414

0 commit comments

Comments
 (0)