| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        com.mapsted.positioning.SdkError | 
    
    
Class Overview
An error in the Sdk initialization.
 
Summary
| Public Constructors | 
	 
    
        | 
            
            
            
            
            
            
         | 
        
        SdkError(int errorCode)
        
         Constructor 
  
   | 
| 
  [Expand]
   Inherited Methods  | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
 
Fields
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      SdkError
      (int errorCode)
    
      
    
 
Public Methods
 
    
      
        public 
        static 
         
         
         
        SdkError
      
      from
      (SdkErrorType error)
    
      
    
      
  converts a internal Common.SDKErrorType to an SdkError
 
  
      Parameters
      
        
          | error | 
          internal error type | 
        
      
   
  
      Returns
      - SdkError sdk error object
 
   
     
 
 
    
      
        public 
        static 
         
         
         
        String
      
      getErrorCodeString
      (int code)
    
      
    
 
 
    
      
        public 
         
         
         
         
        String
      
      toString
      ()