| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        com.mapsted.positioning.SdkError.Codes | 
    
    
Class Overview
Collection of error codes
 
Summary
| Public Constructors | 
	 
    
        | 
            
            
            
            
            
            
         | 
        
        Codes()
        
   | 
| 
  [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()
        
   |  
 
   
 
 | 
 
Constants
 
    
      
        public 
        static 
        final 
        int
      
        FOREGROUND_SERVICE_NOT_ENABLED
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9020
                (0x0000233c)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        INVALID_ARGUMENT
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9701
                (0x000025e5)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        LICENCE_EXPIRED
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9401
                (0x000024b9)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        LICENCE_INCORRECT_FILE
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9601
                (0x00002581)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        LICENCE_INCORRECT_FORMAT
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9501
                (0x0000251d)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        LICENCE_INVALID
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9301
                (0x00002455)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        LOCATION_PERMISSIONS_NOT_GRANTED
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9155
                (0x000023c3)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MAP_VIEW_INIT_FAILED
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9801
                (0x00002649)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MISSING_CALLBACK
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9101
                (0x0000238d)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        NETWORK_ERROR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9201
                (0x000023f1)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        NO_ERROR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                0
                (0x00000000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        NULL_CORE_LIBRARY
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9001
                (0x00002329)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        UNKNOWN_ERROR
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                9014
                (0x00002336)
            
        
        
    
     
 
Public Constructors