| 
                    
 Este é o site histórico da documentação 4D. As documentações estão sendo movidas progressivamente para developer.4d.com  | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
                 
                
    
    
                 | 
                
					
                    
                         
    4D v20.6
 
Last errors 
                                
                                
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Last errors -> Resultado | ||||||||
| Parâmetro | Tipo | Descrição | ||||||
| Resultado | Collection | 
             
         | 
        Collection of error objects | |||||
The Last errors command returns the current stack of errors of the 4D application as a collection of error objects, or null if no error occurred.
Each error object contains the following attributes:
| Property | Type | Description | 
| errCode | number | Error code | 
| message | text | Description of the error | 
| componentSignature | text | Signature of the internal component which returned the error | 
This command must be called from an on error call method installed by the ON ERR CALL command.
Note: See also the GET LAST ERROR STACK legacy command that returns the same information as arrays.
	Produto: 4D
	Tema: Interrupções
	Número 
        1799
        
        
        
	
	Criado por: 4D v19 R8
	
	Manual de linguagem 4D ( 4D v20)
	Manual de linguagem 4D ( 4D v20.1)
	Manual de linguagem 4D ( 4D v20.2)
	Manual de linguagem 4D ( 4D v20.3)
	Manual de linguagem 4D ( 4D v20.4)
	Manual de linguagem 4D ( 4D v20.5)
	Manual de linguagem 4D ( 4D v20.6)
Adicionar um comentário