Skip to content

Remove explicit logging of GraphServiceException #885

@MaHa6543

Description

@MaHa6543

CoreHttpProvider.processResponse catches GraphServiceExceptions and writes the exception explicitly with logger.error.

This is not needed because the exception is also thrown afterwards (and can be handled individually by the caller).

The explicit logging should be removed so that the GraphServiceException is no longer written to log in each case.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions