Class MapLayerBuilder.InstantiationErrorDetails

  • java.lang.Object
    • com.here.sdk.mapview.MapLayerBuilder.InstantiationErrorDetails
  • Enclosing class:
    MapLayerBuilder

    public static final class MapLayerBuilder.InstantiationErrorDetails
    extends java.lang.Object

    Describes the reason for failing to build a MapLayer.

    • Field Detail

      • errorDescription

        @Nullable
        public java.lang.String errorDescription

        A description of the error, if available.

    • Constructor Detail

      • InstantiationErrorDetails

        public InstantiationErrorDetails​(@NonNull
                                         MapLayerBuilder.InstantiationErrorCode errorCode,
                                         @Nullable
                                         java.lang.String errorDescription)

        Creates a new instance.

        Parameters:
        errorCode -

        The error code.

        errorDescription -

        A description of the error, if available.