Package kalix.javasdk
Interface StatusCode
- All Known Implementing Classes:
StatusCode.ErrorCode
,StatusCode.Redirect
,StatusCode.Success
public interface StatusCode
Interface used to represent HTTP status code. **NOT** for user extension.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The supported HTTP error codes that can be used when replying from the Kalix user function.static enum
static enum
-
Method Summary
-
Method Details
-
value
int value()
-