TranslucentMapLayerGroup.ErrorDetails (API Reference)
Package com.here.sdk.mapview
Class TranslucentMapLayerGroup.ErrorDetails
java.lang.Object
com.here.sdk.mapview.TranslucentMapLayerGroup.ErrorDetails
- Enclosing class:
- TranslucentMapLayerGroup
Describes the reason for failing to create the group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe error code.A description of the error, if available. -
Constructor Summary
ConstructorsConstructorDescriptionErrorDetails(TranslucentMapLayerGroup.ErrorCode errorCode, String errorDescription) Creates a new instance. -
Method Summary
-
Field Details
-
errorCode
The error code.
-
errorDescription
A description of the error, if available.
-
-
Constructor Details
-
ErrorDetails
public ErrorDetails(@NonNull TranslucentMapLayerGroup.ErrorCode errorCode, @Nullable String errorDescription) Creates a new instance.
- Parameters:
errorCode-The error code.
errorDescription-A description of the error, if available.
-