public final class ErrorType extends Object
Error that can be set.| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_ERROR
Application layer logic generating a Reactive Streams onError event.
|
static int |
CANCELED
The Responder canceled the request but may have started processing it (similar to REJECTED but
doesn't guarantee lack of side-effects).
|
static int |
CONNECTION_CLOSE
The connection is being terminated.
|
static int |
CONNECTION_ERROR
The connection is being terminated.
|
static int |
INVALID
The request is invalid.
|
static int |
INVALID_SETUP
The Setup frame is invalid for the server (it could be that the client is too recent for the
old server).
|
static int |
REJECTED
Despite being a valid request, the Responder decided to reject it.
|
static int |
REJECTED_RESUME
The server rejected the resume, it can specify the reason in the payload.
|
static int |
REJECTED_SETUP
The server rejected the setup, it can specify the reason in the payload.
|
static int |
RESERVED
Reserved.
|
static int |
RESERVED_FOR_EXTENSION
Reserved for Extension Use.
|
static int |
UNSUPPORTED_SETUP
Some (or all) of the parameters specified by the client are unsupported by the server.
|
public static final int APPLICATION_ERROR
public static final int CANCELED
public static final int CONNECTION_CLOSE
public static final int CONNECTION_ERROR
public static final int INVALID
public static final int INVALID_SETUP
public static final int REJECTED
public static final int REJECTED_RESUME
public static final int REJECTED_SETUP
public static final int RESERVED
public static final int RESERVED_FOR_EXTENSION
public static final int UNSUPPORTED_SETUP