Package nxt :: Module error

Module error

source code

Declarations for the errors

Classes
  ProtocolError
  SysProtError
  FileExistsError
  FileNotFound
  ModuleNotFound
  DirProtError
  I2CError
  I2CPendingError
Functions
 
check_status(status) source code
Variables
  CODES = {0: None, 32: I2CPendingError('Pending communication t...
  __package__ = None
Variables Details

CODES

Value:
{0: None,
 32: I2CPendingError('Pending communication transaction in progress',)\
,
 64: DirProtError('Specified mailbox queue is empty',),
 129: SysProtError('No more handles',),
 130: SysProtError('No space',),
 131: SysProtError('No more files',),
 132: SysProtError('End of file expected',),
...