@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface ErrorHandling
| Modifier and Type | Optional Element and Description |
|---|---|
ErrorCodes[] |
codeSpecific |
Class<? extends Exception> |
defaultException |
public abstract ErrorCodes[] codeSpecific
Copyright © 2017–2019 OpenFeign. All rights reserved.