jcifs.smb

Interface WinError

Known Implementing Classes:
DcerpcException, DfsReferral, SmbAuthException, SmbException

public interface WinError

Field Summary

static int
ERROR_ACCESS_DENIED
static int
ERROR_BAD_PIPE
static int
ERROR_MORE_DATA
static int
ERROR_NO_BROWSER_SERVERS_FOUND
static int
ERROR_NO_DATA
static int
ERROR_PIPE_BUSY
static int
ERROR_PIPE_NOT_CONNECTED
static int
ERROR_REQ_NOT_ACCEP
static int
ERROR_SUCCESS
static int[]
WINERR_CODES
static String[]
WINERR_MESSAGES

Field Details

ERROR_ACCESS_DENIED

public static final int ERROR_ACCESS_DENIED
Field Value:
5

ERROR_BAD_PIPE

public static final int ERROR_BAD_PIPE
Field Value:
230

ERROR_MORE_DATA

public static final int ERROR_MORE_DATA
Field Value:
234

ERROR_NO_BROWSER_SERVERS_FOUND

public static final int ERROR_NO_BROWSER_SERVERS_FOUND
Field Value:
6118

ERROR_NO_DATA

public static final int ERROR_NO_DATA
Field Value:
232

ERROR_PIPE_BUSY

public static final int ERROR_PIPE_BUSY
Field Value:
231

ERROR_PIPE_NOT_CONNECTED

public static final int ERROR_PIPE_NOT_CONNECTED
Field Value:
233

ERROR_REQ_NOT_ACCEP

public static final int ERROR_REQ_NOT_ACCEP
Field Value:
71

ERROR_SUCCESS

public static final int ERROR_SUCCESS
Field Value:
0

WINERR_CODES

public static final int[] WINERR_CODES

WINERR_MESSAGES

public static final String[] WINERR_MESSAGES