Enum Class VenueErrorCode

java.lang.Object
java.lang.Enum<VenueErrorCode>
com.here.sdk.venue.control.VenueErrorCode
All Implemented Interfaces:
Serializable, Comparable<VenueErrorCode>, Constable

public enum VenueErrorCode extends Enum<VenueErrorCode>

Specifies possible errors that may occur during loading of indoor maps

  • Enum Constant Details

    • NO_NETWORK

      public static final VenueErrorCode NO_NETWORK

      No network

    • NO_META_DATA_FOUND

      public static final VenueErrorCode NO_META_DATA_FOUND

      Meta data missing error.

    • HRN_MISSING

      public static final VenueErrorCode HRN_MISSING

      HRN not provided

    • HRN_MISMATCH

      public static final VenueErrorCode HRN_MISMATCH

      HRN missmatch.

    • NO_DEFAULT_COLLECTION

      public static final VenueErrorCode NO_DEFAULT_COLLECTION

      Default collection missing.

    • MAP_ID_NOT_FOUND

      public static final VenueErrorCode MAP_ID_NOT_FOUND

      Map ID not found.

    • MAP_DATA_INCORRECT

      public static final VenueErrorCode MAP_DATA_INCORRECT

      Map data incorrect

    • NO_MAP_IN_COLLECTION

      public static final VenueErrorCode NO_MAP_IN_COLLECTION

      No map available in collection

    • BAD_REQUEST

      public static final VenueErrorCode BAD_REQUEST

      Bad request.

    • TOKEN_INVALID

      public static final VenueErrorCode TOKEN_INVALID

      Invalid authentication token

    • NOT_FOUND

      public static final VenueErrorCode NOT_FOUND

      Requested resource not found.

    • INTERNAL_SERVER_ERROR

      public static final VenueErrorCode INTERNAL_SERVER_ERROR

      Internal Server error

    • SERVICE_UNAVAILABLE

      public static final VenueErrorCode SERVICE_UNAVAILABLE

      Service unavailable

    • PAYLOAD_TOO_LARGE

      public static final VenueErrorCode PAYLOAD_TOO_LARGE

      Payload too large.

  • Method Details

    • values

      public static VenueErrorCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VenueErrorCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null