Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
pp_errors.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  PP_OK = 0, PP_OK_COMPLETIONPENDING = -1, PP_ERROR_FAILED = -2, PP_ERROR_ABORTED = -3,
  PP_ERROR_BADARGUMENT = -4, PP_ERROR_BADRESOURCE = -5, PP_ERROR_NOINTERFACE = -6, PP_ERROR_NOACCESS = -7,
  PP_ERROR_NOMEMORY = -8, PP_ERROR_NOSPACE = -9, PP_ERROR_NOQUOTA = -10, PP_ERROR_INPROGRESS = -11,
  PP_ERROR_NOTSUPPORTED = -12, PP_ERROR_BLOCKS_MAIN_THREAD = -13, PP_ERROR_MALFORMED_INPUT = -14, PP_ERROR_RESOURCE_FAILED = -15,
  PP_ERROR_FILENOTFOUND = -20, PP_ERROR_FILEEXISTS = -21, PP_ERROR_FILETOOBIG = -22, PP_ERROR_FILECHANGED = -23,
  PP_ERROR_NOTAFILE = -24, PP_ERROR_TIMEDOUT = -30, PP_ERROR_USERCANCEL = -40, PP_ERROR_NO_USER_GESTURE = -41,
  PP_ERROR_CONTEXT_LOST = -50, PP_ERROR_NO_MESSAGE_LOOP = -51, PP_ERROR_WRONG_THREAD = -52, PP_ERROR_WOULD_BLOCK_THREAD = -53,
  PP_ERROR_CONNECTION_CLOSED = -100, PP_ERROR_CONNECTION_RESET = -101, PP_ERROR_CONNECTION_REFUSED = -102, PP_ERROR_CONNECTION_ABORTED = -103,
  PP_ERROR_CONNECTION_FAILED = -104, PP_ERROR_CONNECTION_TIMEDOUT = -105, PP_ERROR_ADDRESS_INVALID = -106, PP_ERROR_ADDRESS_UNREACHABLE = -107,
  PP_ERROR_ADDRESS_IN_USE = -108, PP_ERROR_MESSAGE_TOO_BIG = -109, PP_ERROR_NAME_NOT_RESOLVED = -110
}
 

Detailed Description

This file defines an enumeration of all PPAPI error codes.