v2.1.186
·
35 commits
to master
since this release
New Features
DnsCreateDnsZoneConflictResponse
An implementation for handling conflict responses when creating DNS zones has been introduced. This feature allows the API client to manage scenarios when a request to create a DNS zone conflicts with existing resources.
Changes
- Introduced
DnsCreateDnsZoneConflictResponseclass to handle conflict responses for DNS zone creation, providing validation and serialization capabilities. - Updated
DomainClientImplto throw aDnsCreateDnsZoneConflictResponsefor HTTP status code 409 sessions, enabling the client to correctly interpret conflict responses.