Interface RecentManagerError


public interface RecentManagerError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the supplied string is not
    UTF-8 encoded.
    static final int
    the URI specified is not valid.
    static final int
    the URI specified does not exists in
    the recently used resources list.
    static final int
    no application has registered
    the specified item.
    static final int
    failure while reading the recently used
    resources file.
    static final int
    unspecified error.
    static final int
    failure while writing the recently used
    resources file.
  • Field Details

    • NOT_FOUND

      static final int NOT_FOUND
      the URI specified does not exists in
      the recently used resources list.
      See Also:
    • INVALID_URI

      static final int INVALID_URI
      the URI specified is not valid.
      See Also:
    • INVALID_ENCODING

      static final int INVALID_ENCODING
      the supplied string is not
      UTF-8 encoded.
      See Also:
    • NOT_REGISTERED

      static final int NOT_REGISTERED
      no application has registered
      the specified item.
      See Also:
    • READ

      static final int READ
      failure while reading the recently used
      resources file.
      See Also:
    • WRITE

      static final int WRITE
      failure while writing the recently used
      resources file.
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      unspecified error.
      See Also: