1  "warnings and errors" 
 2   
 4      "Fatal errors elicit this response." 
 5      pass 
  7      "Data too large for field" 
 12      "Field does not exist in table" 
 17      "Data for table not in unicode" 
 21      "Normal operations elicit this response" 
 22 -class Eof(DbfWarning, StopIteration): 
 23      "End of file reached" 
24      message = 'End of file reached' 
 27 -class Bof(DbfWarning, StopIteration): 
 28      "Beginning of file reached" 
29      message = 'Beginning of file reached' 
 33      "Returned by indexing functions to suppress a record from becoming part of the index" 
34      message = 'Not indexing record' 
 37