Class TranslucentMapLayerGroup.ErrorDetails
Package com.here.sdk.mapview
Class TranslucentMapLayerGroup.ErrorDetails
- java.lang.Object
-
- com.here.sdk.mapview.TranslucentMapLayerGroup.ErrorDetails
-
- Enclosing class:
- TranslucentMapLayerGroup
public static final class TranslucentMapLayerGroup.ErrorDetails extends java.lang.ObjectDescribes the reason for failing to create the group.
-
-
Field Summary
Fields Modifier and Type Field Description TranslucentMapLayerGroup.ErrorCodeerrorCodeThe error code.java.lang.StringerrorDescriptionA description of the error, if available.
-
Constructor Summary
Constructors Constructor Description ErrorDetails(TranslucentMapLayerGroup.ErrorCode errorCode, java.lang.String errorDescription)Creates a new instance.
-
-
-
Field Detail
-
errorCode
@NonNull public TranslucentMapLayerGroup.ErrorCode errorCode
The error code.
-
errorDescription
@Nullable public java.lang.String errorDescription
A description of the error, if available.
-
-
Constructor Detail
-
ErrorDetails
public ErrorDetails(@NonNull TranslucentMapLayerGroup.ErrorCode errorCode, @Nullable java.lang.String errorDescription)Creates a new instance.
- Parameters:
errorCode-The error code.
errorDescription-A description of the error, if available.
-
-