Closed briensea closed 3 years ago
Issue #, if available: The current use of HttpRequest.newBuilder() for post requests in initError and exitError will result in a NullPointerException.
HttpRequest.newBuilder()
initError
exitError
NullPointerException
Description of changes:
This change rectifies this issue by doing the following:
ErrorRequest
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: The current use of
HttpRequest.newBuilder()
for post requests ininitError
andexitError
will result in aNullPointerException
.Description of changes:
This change rectifies this issue by doing the following:
ErrorRequest
JSON object as required by the Lambda Extensions APIexitError
andinitError
method calls.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.