public class

SdkError

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

Class Overview

An error in the Sdk initialization.

Summary

Nested Classes
class SdkError.Codes Collection of error codes  
Fields
public int code
Public Constructors
SdkError(int errorCode)
Constructor
Public Methods
static SdkError from(SdkErrorType error)
converts a internal Common.SDKErrorType to an SdkError
static String getErrorCodeString(int code)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int code

See Also

Public Constructors

public SdkError (int errorCode)

Constructor

Parameters
errorCode Error code

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 ()