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§
- Service
BusError - Comprehensive error type for all Service Bus operations.
Type Aliases§
- Service
BusResult - Type alias for
ResultwithServiceBusErroras the error type.