Package org.chenile.http.annotation
Annotation Interface ChenileResponseCodes
This is required to state the possible response codes for successful responses.
This is not required for error responses since the exception will already have the response code for error responses.
This is not required for error responses since the exception will already have the response code for error responses.
-
Optional Element Summary
-
Element Details
-
success
int success- Default:
- 200
-
warning
int warning- Default:
- 200
-