public class RejectStatus extends RpcStatus
| Modifier and Type | Field and Description |
|---|---|
static RejectStatus |
AUTH_ERROR
Reject status specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
LOCAL_BINDING_ERROR, NETWORK_ERROR| Modifier and Type | Method and Description |
|---|---|
static RejectStatus |
fromValue(int value)
Convenience function to get the instance from the int status value.
|
public static final RejectStatus AUTH_ERROR
public static RejectStatus fromValue(int value)
value - The int status value.