core Package
Core infrastructure components for the Dataverse SDK.
This module contains the foundational components including authentication, configuration, HTTP client, and error handling.
Modules
| config |
Dataverse client configuration. Provides DataverseConfig, a lightweight immutable container for locale and (reserved) HTTP tuning options plus the convenience constructor from_env. |
| errors |
Structured Dataverse exception hierarchy. This module provides DataverseError and specialized ValidationError, MetadataError, SQLParseError, and HttpError for validation, metadata, SQL parsing, and Web API HTTP failures. |