Class TranslucentMapLayerGroup.ErrorDetails

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

    public static final class TranslucentMapLayerGroup.ErrorDetails
    extends java.lang.Object

    Describes the reason for failing to create the group.

    • Field Detail

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