Skip to content

ExceptionHandler.Interceptor.RetryResult should have a third value, used instead of null #105

Description

@eamonnmcmanus

The methods of ExceptionHandler.Interceptor return a value that is one of RetryResult.RETRY, RetryResult.ABORT, or null. Instead of null, there should be a third RetryResult constant. Returning null from the beforeEval or afterEval methods would then provoke a NullPointerException.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

🚨 criticalP0 critical issue. Requires immediate fixtriage meI really want to be triaged.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions