Skip to content

Commit

Permalink
[SPARK-46360][PYTHON][FOLLOWUP][DOCS] Add getMessage to API reference
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR followups apache#44292 to add documentation.

### Why are the changes needed?

To address missing documentation.

### Does this PR introduce _any_ user-facing change?

No API changes, but `getMessage` is added to API reference page.

### How was this patch tested?

The existing doc build in CI should pass.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#44308 from itholic/getMessage_followup.

Authored-by: Haejoon Lee <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
itholic authored and HyukjinKwon committed Dec 13, 2023
1 parent 79f6198 commit 6afc0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/source/reference/pyspark.errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ Methods
:toctree: api/

PySparkException.getErrorClass
PySparkException.getMessage
PySparkException.getMessageParameters
PySparkException.getSqlState

0 comments on commit 6afc0f8

Please sign in to comment.