Class ErrorCodes
java.lang.Object
org.apache.synapse.transport.passthru.ErrorCodes
Error codes exposed by this transport.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SND_IO_ERROR
public static final int SND_IO_ERROR- See Also:
-
SND_HTTP_ERROR
public static final int SND_HTTP_ERROR- See Also:
-
SND_INVALID_STATE
public static final int SND_INVALID_STATE- See Also:
-
CONNECTION_FAILED
public static final int CONNECTION_FAILED- See Also:
-
CONNECTION_TIMEOUT
public static final int CONNECTION_TIMEOUT- See Also:
-
CONNECTION_CLOSED
public static final int CONNECTION_CLOSED- See Also:
-
PROTOCOL_VIOLATION
public static final int PROTOCOL_VIOLATION- See Also:
-
CONNECT_CANCEL
public static final int CONNECT_CANCEL- See Also:
-
CONNECT_TIMEOUT
public static final int CONNECT_TIMEOUT- See Also:
-
-
Constructor Details
-
ErrorCodes
public ErrorCodes()
-