Skip to content

Improve Error Handling #28

@JensAstrup

Description

@JensAstrup

Some API calls silently ignore failures. Error handling should be consistent and informative.

Proposed Solution:

•	Create custom exception hierarchy (OutlookAPIError, AuthenticationError, RateLimitError, etc.)
•	Centralize error response parsing in HTTP client
•	Always raise on non-2xx responses (unless explicitly documented otherwise)
•	Include response body in error messages for debugging

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions