public static class

SdkError.Codes

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.SdkError.Codes

Class Overview

Collection of error codes

Summary

Nested Classes
@interface SdkError.Codes.TypeDef  
Constants
int FOREGROUND_SERVICE_NOT_ENABLED
int INVALID_ARGUMENT
int LICENCE_EXPIRED
int LICENCE_INCORRECT_FILE
int LICENCE_INCORRECT_FORMAT
int LICENCE_INVALID
int LOCATION_PERMISSIONS_NOT_GRANTED
int MAP_VIEW_INIT_FAILED
int MISSING_CALLBACK
int NETWORK_ERROR
int NO_ERROR
int NULL_CORE_LIBRARY
int UNKNOWN_ERROR
Public Constructors
Codes()
[Expand]
Inherited Methods
From class java.lang.Object

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

public Codes ()