Module errors

Source
Expand description

Error types and handling for Service Bus operations Error types for Azure Service Bus operations.

This module provides comprehensive error handling for all Service Bus operations, including Azure API errors, connection issues, message operations, and bulk operations. The error types are designed to provide detailed context for debugging and user feedback.

Enums§

ServiceBusError
Comprehensive error type for all Service Bus operations.

Type Aliases§

ServiceBusResult
Type alias for Result with ServiceBusError as the error type.