Skip to content

[Fix] Properly include message when handing SCIM errors#753

Merged
mgyucht merged 2 commits intomainfrom
issue-749
Sep 10, 2024
Merged

[Fix] Properly include message when handing SCIM errors#753
mgyucht merged 2 commits intomainfrom
issue-749

Conversation

@mgyucht
Copy link
Copy Markdown
Contributor

@mgyucht mgyucht commented Sep 10, 2024

Changes

#741 introduced a regression in retrieving error details from SCIM APIs. This PR addresses this and adds a regression test for this case. The implementation should now match the Go SDK's here: https://github.com/databricks/databricks-sdk-go/blob/main/apierr/errors.go#L220-L224.

Fixes #749.

Tests

Added a unit test based on the supplied response in the ticket.

  • make test run locally
  • make fmt applied
  • relevant integration tests applied

@mgyucht mgyucht enabled auto-merge September 10, 2024 11:26
@mgyucht mgyucht added this pull request to the merge queue Sep 10, 2024
Merged via the queue into main with commit dcd06c0 Sep 10, 2024
@mgyucht mgyucht deleted the issue-749 branch September 10, 2024 11:30
hectorcast-db added a commit that referenced this pull request Sep 10, 2024
### Bug Fixes

 * Properly include message when handing SCIM errors ([#753](#753)).
github-merge-queue bot pushed a commit that referenced this pull request Sep 10, 2024
### Bug Fixes

* Properly include message when handing SCIM errors
([#753](#753)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ISSUE] Regression in NotFound error message handling

2 participants