Package io.inversion
Interface Status
- All Known Implementing Classes:
ApiException
public interface Status
Static constants for HTTP status codes. Yes there are many other files in JDK-land
with this type of constant enumeration but I created this one because the other
usual suspect classed did not include the HTTP status number in the field name and
I really wanted to see both the numerical code and message at the same time in the source.
- See Also:
-
Field Details
-
SC_200_OK
- See Also:
-
SC_201_CREATED
- See Also:
-
SC_204_NO_CONTENT
- See Also:
-
SC_308_PERMANENT_REDIRECT
- See Also:
-
SC_400_BAD_REQUEST
- See Also:
-
SC_401_UNAUTHORIZED
- See Also:
-
SC_403_FORBIDDEN
- See Also:
-
SC_404_NOT_FOUND
- See Also:
-
SC_429_TOO_MANY_REQUESTS
- See Also:
-
SC_500_INTERNAL_SERVER_ERROR
- See Also:
-
SC_501_NOT_IMPLEMENTED
- See Also:
-