All new code requires tests to ensure against regressions.
However, if your PR contains zero code changes, feel free to select the checkmark below to indicate so.
[X] Have you ran tests against this code?
[ ] This PR contains zero code changes.
Description of the Change
In some API calls we expect to be able to handle errors returned, but some of these errors are emitted as events which don't have the same support to return properly.
This change defines a custom HTTP method to determine if we should handle the status code of the return, or pass it along to he default handler.
Requirements
Filling out the template is required.
All new code requires tests to ensure against regressions.
[X] Have you ran tests against this code?
[ ] This PR contains zero code changes.
Description of the Change
In some API calls we expect to be able to handle errors returned, but some of these errors are emitted as events which don't have the same support to return properly.
This change defines a custom HTTP method to determine if we should handle the status code of the return, or pass it along to he default handler.