Schnittstelle LibraryError


public interface LibraryError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    used when the library generated an encoding error.
    static final int
    a general error which doesn't fit in any other
    category.
    static final int
    used when the library could not be opened.
    static final int
    the number of library error types.
    static final int
    used when the library doesn't accept settings.
    static final int
    used when the library could not be closed.
    static final int
    do not use this except as a placeholder for
    deciding where to go while developing code.
  • Felddetails

    • FAILED

      static final int FAILED
      a general error which doesn't fit in any other
      category. Make sure you add a custom message to the error call.
      Siehe auch:
    • TOO_LAZY

      static final int TOO_LAZY
      do not use this except as a placeholder for
      deciding where to go while developing code.
      Siehe auch:
    • INIT

      static final int INIT
      used when the library could not be opened.
      Siehe auch:
    • SHUTDOWN

      static final int SHUTDOWN
      used when the library could not be closed.
      Siehe auch:
    • SETTINGS

      static final int SETTINGS
      used when the library doesn't accept settings.
      Siehe auch:
    • ENCODE

      static final int ENCODE
      used when the library generated an encoding error.
      Siehe auch:
    • NUM_ERRORS

      static final int NUM_ERRORS
      the number of library error types.
      Siehe auch: