PSErrorDefines.h

Go to the documentation of this file.
00001 // ADOBE SYSTEMS INCORPORATED
00002 // Copyright  1993 - 2005 Adobe Systems Incorporated
00003 // All Rights Reserved
00004 //
00005 // NOTICE:  Adobe permits you to use, modify, and distribute this
00006 // file in accordance with the terms of the Adobe license agreement
00007 // accompanying it.  If you have received this file from a source
00008 // other than Adobe, then your use, modification, or distribution
00009 // of it requires the prior written permission of Adobe.
00021 #ifndef __PS_ERROR_DEFINES_H__
00022 #define __PS_ERROR_DEFINES_H__
00023 
00024 #if PRAGMA_ONCE
00025 #pragma once
00026 #endif
00027 
00028 /* This file exists so that these values can shared with the Rez compiles */
00029 
00030 #define errBadTIFFDefine            -25380
00031 #define errNotTIFFDefine            -25390
00032 #define errCompressedTIFFDefine     -25400
00033 #define errBadTIFFDepthDefine       -25410
00034 #define errBadTIFFSpaceDefine       -25420
00035 #define errBadTIFFCCITTT4Define     -25423  
00036 #define errBadTIFFCCITTT6Define     -25427
00037 
00038 /* Actions */
00039 
00040 #define errEventNotAvailableDefine  -25920
00041 #define errBatchedActionBusyDefine  -25921
00042 #define errReferenceNotFoundDefine  -25922
00043 #define errEventInvalidParametersDefine -25923
00044 #define errPlayActionBusyDefine     -25930
00045 #define errActionNotFoundDefine     -25940
00046 #define errDeleteActionBusyDefine   -25950
00047 
00048 
00049 #define errQuadTooBigDefine         -25960
00050 #define errQuadDegenerateDefine     -25970
00051 
00052 #endif  /* #ifndef __PS_ERROR_DEFINES_H__ */