Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] Error parsing Databricks Error #260 #328

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

costichiulan
Copy link

@costichiulan costichiulan commented Aug 6, 2024

Issue Description

Exceptions are not deserialized correctly, the message field contains the response JSON and the string 'Cannot construct instance of com.databricks.sdk.core.error.ErrorDetail, problem: Cannot invoke "Object.getClass()" because "m" is null'

Changes

In ErrorDetails class, i added a null check before the unmodifiableMap is created.

Tests

Created an unit test in ApiErrorBodyDeserializationSuite.java

@costichiulan
Copy link
Author

@mgyucht

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.

1 participant