Class ErrorCodes
- java.lang.Object
-
- org.apache.synapse.transport.passthru.ErrorCodes
-
public class ErrorCodes extends Object
Error codes exposed by this transport.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONNECT_CANCELstatic intCONNECT_TIMEOUTstatic intCONNECTION_CLOSEDstatic intCONNECTION_FAILEDstatic intCONNECTION_TIMEOUTstatic intPROTOCOL_VIOLATIONstatic intSND_HTTP_ERRORstatic intSND_INVALID_STATEstatic intSND_IO_ERROR
-
Constructor Summary
Constructors Constructor Description ErrorCodes()
-
-
-
Field Detail
-
SND_IO_ERROR
public static final int SND_IO_ERROR
- See Also:
- Constant Field Values
-
SND_HTTP_ERROR
public static final int SND_HTTP_ERROR
- See Also:
- Constant Field Values
-
SND_INVALID_STATE
public static final int SND_INVALID_STATE
- See Also:
- Constant Field Values
-
CONNECTION_FAILED
public static final int CONNECTION_FAILED
- See Also:
- Constant Field Values
-
CONNECTION_TIMEOUT
public static final int CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED
- See Also:
- Constant Field Values
-
PROTOCOL_VIOLATION
public static final int PROTOCOL_VIOLATION
- See Also:
- Constant Field Values
-
CONNECT_CANCEL
public static final int CONNECT_CANCEL
- See Also:
- Constant Field Values
-
CONNECT_TIMEOUT
public static final int CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
-