| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- /*
- * << Haru Free PDF Library >> -- hpdf_error.h
- *
- * URL: http://libharu.org
- *
- * Copyright (c) 1999-2006 Takeshi Kanno <[email protected]>
- * Copyright (c) 2007-2009 Antony Dovgal <[email protected]>
- *
- * Permission to use, copy, modify, distribute and sell this software
- * and its documentation for any purpose is hereby granted without fee,
- * provided that the above copyright notice appear in all copies and
- * that both that copyright notice and this permission notice appear
- * in supporting documentation.
- * It is provided "as is" without express or implied warranty.
- *
- */
- #ifndef _HPDF_ERROR_H
- #define _HPDF_ERROR_H
- #include "hpdf_types.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* error-code */
- #define HPDF_ARRAY_COUNT_ERR 0x1001
- #define HPDF_ARRAY_ITEM_NOT_FOUND 0x1002
- #define HPDF_ARRAY_ITEM_UNEXPECTED_TYPE 0x1003
- #define HPDF_BINARY_LENGTH_ERR 0x1004
- #define HPDF_CANNOT_GET_PALLET 0x1005
- #define HPDF_DICT_COUNT_ERR 0x1007
- #define HPDF_DICT_ITEM_NOT_FOUND 0x1008
- #define HPDF_DICT_ITEM_UNEXPECTED_TYPE 0x1009
- #define HPDF_DICT_STREAM_LENGTH_NOT_FOUND 0x100A
- #define HPDF_DOC_ENCRYPTDICT_NOT_FOUND 0x100B
- #define HPDF_DOC_INVALID_OBJECT 0x100C
- /* 0x100D */
- #define HPDF_DUPLICATE_REGISTRATION 0x100E
- #define HPDF_EXCEED_JWW_CODE_NUM_LIMIT 0x100F
- /* 0x1010 */
- #define HPDF_ENCRYPT_INVALID_PASSWORD 0x1011
- /* 0x1012 */
- #define HPDF_ERR_UNKNOWN_CLASS 0x1013
- #define HPDF_EXCEED_GSTATE_LIMIT 0x1014
- #define HPDF_FAILD_TO_ALLOC_MEM 0x1015
- #define HPDF_FILE_IO_ERROR 0x1016
- #define HPDF_FILE_OPEN_ERROR 0x1017
- /* 0x1018 */
- #define HPDF_FONT_EXISTS 0x1019
- #define HPDF_FONT_INVALID_WIDTHS_TABLE 0x101A
- #define HPDF_INVALID_AFM_HEADER 0x101B
- #define HPDF_INVALID_ANNOTATION 0x101C
- /* 0x101D */
- #define HPDF_INVALID_BIT_PER_COMPONENT 0x101E
- #define HPDF_INVALID_CHAR_MATRICS_DATA 0x101F
- #define HPDF_INVALID_COLOR_SPACE 0x1020
- #define HPDF_INVALID_COMPRESSION_MODE 0x1021
- #define HPDF_INVALID_DATE_TIME 0x1022
- #define HPDF_INVALID_DESTINATION 0x1023
- /* 0x1024 */
- #define HPDF_INVALID_DOCUMENT 0x1025
- #define HPDF_INVALID_DOCUMENT_STATE 0x1026
- #define HPDF_INVALID_ENCODER 0x1027
- #define HPDF_INVALID_ENCODER_TYPE 0x1028
- /* 0x1029 */
- /* 0x102A */
- #define HPDF_INVALID_ENCODING_NAME 0x102B
- #define HPDF_INVALID_ENCRYPT_KEY_LEN 0x102C
- #define HPDF_INVALID_FONTDEF_DATA 0x102D
- #define HPDF_INVALID_FONTDEF_TYPE 0x102E
- #define HPDF_INVALID_FONT_NAME 0x102F
- #define HPDF_INVALID_IMAGE 0x1030
- #define HPDF_INVALID_JPEG_DATA 0x1031
- #define HPDF_INVALID_N_DATA 0x1032
- #define HPDF_INVALID_OBJECT 0x1033
- #define HPDF_INVALID_OBJ_ID 0x1034
- #define HPDF_INVALID_OPERATION 0x1035
- #define HPDF_INVALID_OUTLINE 0x1036
- #define HPDF_INVALID_PAGE 0x1037
- #define HPDF_INVALID_PAGES 0x1038
- #define HPDF_INVALID_PARAMETER 0x1039
- /* 0x103A */
- #define HPDF_INVALID_PNG_IMAGE 0x103B
- #define HPDF_INVALID_STREAM 0x103C
- #define HPDF_MISSING_FILE_NAME_ENTRY 0x103D
- /* 0x103E */
- #define HPDF_INVALID_TTC_FILE 0x103F
- #define HPDF_INVALID_TTC_INDEX 0x1040
- #define HPDF_INVALID_WX_DATA 0x1041
- #define HPDF_ITEM_NOT_FOUND 0x1042
- #define HPDF_LIBPNG_ERROR 0x1043
- #define HPDF_NAME_INVALID_VALUE 0x1044
- #define HPDF_NAME_OUT_OF_RANGE 0x1045
- /* 0x1046 */
- /* 0x1047 */
- #define HPDF_PAGE_INVALID_PARAM_COUNT 0x1048
- #define HPDF_PAGES_MISSING_KIDS_ENTRY 0x1049
- #define HPDF_PAGE_CANNOT_FIND_OBJECT 0x104A
- #define HPDF_PAGE_CANNOT_GET_ROOT_PAGES 0x104B
- #define HPDF_PAGE_CANNOT_RESTORE_GSTATE 0x104C
- #define HPDF_PAGE_CANNOT_SET_PARENT 0x104D
- #define HPDF_PAGE_FONT_NOT_FOUND 0x104E
- #define HPDF_PAGE_INVALID_FONT 0x104F
- #define HPDF_PAGE_INVALID_FONT_SIZE 0x1050
- #define HPDF_PAGE_INVALID_GMODE 0x1051
- #define HPDF_PAGE_INVALID_INDEX 0x1052
- #define HPDF_PAGE_INVALID_ROTATE_VALUE 0x1053
- #define HPDF_PAGE_INVALID_SIZE 0x1054
- #define HPDF_PAGE_INVALID_XOBJECT 0x1055
- #define HPDF_PAGE_OUT_OF_RANGE 0x1056
- #define HPDF_REAL_OUT_OF_RANGE 0x1057
- #define HPDF_STREAM_EOF 0x1058
- #define HPDF_STREAM_READLN_CONTINUE 0x1059
- /* 0x105A */
- #define HPDF_STRING_OUT_OF_RANGE 0x105B
- #define HPDF_THIS_FUNC_WAS_SKIPPED 0x105C
- #define HPDF_TTF_CANNOT_EMBEDDING_FONT 0x105D
- #define HPDF_TTF_INVALID_CMAP 0x105E
- #define HPDF_TTF_INVALID_FOMAT 0x105F
- #define HPDF_TTF_MISSING_TABLE 0x1060
- #define HPDF_UNSUPPORTED_FONT_TYPE 0x1061
- #define HPDF_UNSUPPORTED_FUNC 0x1062
- #define HPDF_UNSUPPORTED_JPEG_FORMAT 0x1063
- #define HPDF_UNSUPPORTED_TYPE1_FONT 0x1064
- #define HPDF_XREF_COUNT_ERR 0x1065
- #define HPDF_ZLIB_ERROR 0x1066
- #define HPDF_INVALID_PAGE_INDEX 0x1067
- #define HPDF_INVALID_URI 0x1068
- #define HPDF_PAGE_LAYOUT_OUT_OF_RANGE 0x1069
- #define HPDF_PAGE_MODE_OUT_OF_RANGE 0x1070
- #define HPDF_PAGE_NUM_STYLE_OUT_OF_RANGE 0x1071
- #define HPDF_ANNOT_INVALID_ICON 0x1072
- #define HPDF_ANNOT_INVALID_BORDER_STYLE 0x1073
- #define HPDF_PAGE_INVALID_DIRECTION 0x1074
- #define HPDF_INVALID_FONT 0x1075
- #define HPDF_PAGE_INSUFFICIENT_SPACE 0x1076
- #define HPDF_PAGE_INVALID_DISPLAY_TIME 0x1077
- #define HPDF_PAGE_INVALID_TRANSITION_TIME 0x1078
- #define HPDF_INVALID_PAGE_SLIDESHOW_TYPE 0x1079
- #define HPDF_EXT_GSTATE_OUT_OF_RANGE 0x1080
- #define HPDF_INVALID_EXT_GSTATE 0x1081
- #define HPDF_EXT_GSTATE_READ_ONLY 0x1082
- #define HPDF_INVALID_U3D_DATA 0x1083
- #define HPDF_NAME_CANNOT_GET_NAMES 0x1084
- #define HPDF_INVALID_ICC_COMPONENT_NUM 0x1085
- /*---------------------------------------------------------------------------*/
- /*---------------------------------------------------------------------------*/
- /*----- HPDF_Error ----------------------------------------------------------*/
- typedef struct _HPDF_Error_Rec *HPDF_Error;
- typedef struct _HPDF_Error_Rec {
- HPDF_STATUS error_no;
- HPDF_STATUS detail_no;
- HPDF_Error_Handler error_fn;
- void *user_data;
- } HPDF_Error_Rec;
- /* HPDF_Error_init
- *
- * if error_fn is NULL, the default-handlers are set as error-handler.
- * user_data is used to identify the object which threw an error.
- *
- */
- void
- HPDF_Error_Init (HPDF_Error error,
- void *user_data);
- void
- HPDF_Error_Reset (HPDF_Error error);
- HPDF_STATUS
- HPDF_Error_GetCode (HPDF_Error error);
- HPDF_STATUS
- HPDF_Error_GetDetailCode (HPDF_Error error);
- HPDF_STATUS
- HPDF_SetError (HPDF_Error error,
- HPDF_STATUS error_no,
- HPDF_STATUS detail_no);
- HPDF_STATUS
- HPDF_RaiseError (HPDF_Error error,
- HPDF_STATUS error_no,
- HPDF_STATUS detail_no);
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
- #endif /* _HPDF_ERROR_H */
|