SnapCar.ConfigError
            Extends SnapCar.Error
        
    Represents an error created upon configuration issues such as trying to perform an API call with no token defined.
Table of Contents
- Properties
Constructor
SnapCar.ConfigError
	
		
			(
	
	
	- 
					
						message
- 
					
						description
Parameters:
- 
					
						messageStringA key which defines more precisely the type of error. 
- 
					
						descriptionStringA human readable text describing the error. Not to be displayed to the user. 
Properties
description
    String
    
    
    
        const
    
    
    
    A human readable text describing the error. Not to be displayed to the user.
message
    String
    
    
    
        const
    
    
    
    A key which defines more precisely the type of error.
type
    String
    
    
    
        const
    
    
    
    The type of error.