20 lines
		
	
	
		
			403 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			403 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports.errorText = {
 | |
|     1: 'Bad request',
 | |
|     2: 'Bad param value',
 | |
|     3: 'Bad window',
 | |
|     4: 'Bad pixmap',
 | |
|     5: 'Bad atom',
 | |
|     6: 'Bad cursor',
 | |
|     7: 'Bad font',
 | |
|     8: 'Bad match',
 | |
|     9: 'Bad drawable',
 | |
|    10: 'Bad access',
 | |
|    11: 'Bad alloc',
 | |
|    12: 'Bad colormap',
 | |
|    13: 'Bad GContext',
 | |
|    14: 'Bad ID choice',
 | |
|    15: 'Bad name',
 | |
|    16: 'Bad length',
 | |
|    17: 'Bad implementation'
 | |
| };
 |