Interface PrintError


public interface PrintError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    An unspecified error occurred.
    static final int
    An internal error occurred.
    static final int
    An error occurred while loading a page setup
    or paper size from a key file.
    static final int
    A memory allocation failed.
  • Field Details

    • GENERAL

      static final int GENERAL
      An unspecified error occurred.
      See Also:
    • INTERNAL_ERROR

      static final int INTERNAL_ERROR
      An internal error occurred.
      See Also:
    • NOMEM

      static final int NOMEM
      A memory allocation failed.
      See Also:
    • INVALID_FILE

      static final int INVALID_FILE
      An error occurred while loading a page setup
      or paper size from a key file.
      See Also: