Skip to content

Commit

Permalink
Merge pull request #1 from BernardoGiordano/expose-exceptions
Browse files Browse the repository at this point in the history
Expose Whatsapp API error details needed if handling SDK errors is ne…
  • Loading branch information
BernardoGiordano authored Mar 13, 2024
2 parents 78a9f28 + ff249b5 commit 484e2bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ public String getMessage() {
return super.getMessage();
}

public WhatsappApiError getError() {
return whatsappApiError;
}

}

0 comments on commit 484e2bf

Please sign in to comment.