Class TranslucentMapLayerGroup.ErrorDetails

java.lang.Object
com.here.sdk.mapview.TranslucentMapLayerGroup.ErrorDetails
Enclosing class:
TranslucentMapLayerGroup

public static final class TranslucentMapLayerGroup.ErrorDetails extends Object

Describes the reason for failing to create the group.

  • Field Details

  • 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.