HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
COP2_Error.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: COP2_Error.h ( Channel Operator Library, C++)
7
*
8
* COMMENTS:
9
*
10
* Defines error enumerations.
11
*/
12
13
#ifndef __COP2_Error__
14
#define __COP2_Error__
15
16
enum
COP2_ErrorCodes
17
{
18
// General Errors (0-199)
19
COP2_ERROR_ZERO_SAMPLE_RATE
= 0,
20
COP2_ERROR_FRAME_RATE_MISMATCH
= 1,
21
COP2_ERROR_PLANE_CONFLICTS
= 2,
22
COP2_ERROR_RES_MISMATCH
= 3,
23
COP2_ERROR_NO_COMMON_FRAMES
= 4,
24
COP2_ERROR_DEPTH_MISMATCH
= 5,
25
COP2_ERROR_FILE_NOT_FOUND
= 6,
26
COP2_ERROR_FILE_BAD_FILE
= 7,
27
COP2_ERROR_SWAP_DATA_FORMAT
= 8,
28
COP2_ERROR_SHUFFLE_FORMAT_ERROR
= 9,
29
COP2_ERROR_KEY_PLANE_NOT_FOUND
= 10,
30
COP2_ERROR_FILE_MISSING_FRAME
= 11,
31
COP2_ERROR_OUTPUT_TOO_LARGE
= 12,
32
COP2_ERROR_CANT_FIND_FONT
= 13,
33
COP2_ERROR_VEX
= 14,
34
COP2_ERROR_SUBNET_CHILD
= 15,
35
COP2_ERROR_FETCH_TARGET
= 16,
36
COP2_ERROR_FETCH_RECURSION
= 17,
37
COP2_ERROR_BAD_INPUT
= 18,
38
COP2_ERROR_RES_TOO_LARGE
= 19,
39
COP2_ERROR_NULL_RASTER
= 20,
40
41
COP2_ERROR_BAD_PIXEL_FUNCTION
= 21,
42
COP2_ERROR_APPR_RES_TOO_LARGE
= 22,
43
COP2_ERROR_APPR_HD_RES_TOO_LARGE
= 23,
44
COP2_ERROR_GPU_FATAL
= 24,
45
COP2_MESSAGE
= 25,
46
47
// General Warnings (200-399)
48
COP2_WARNING_NO_EFFECT
= 200,
49
COP2_WARNING_NO_EFFECT_ON_SINGLE
= 201,
50
COP2_WARNING_PIXEL_QUANTIZE_HERE
= 202,
51
COP2_WARNING_SHUFFLE_RANGE_ERROR
= 203,
52
COP2_WARNING_INVALID_SCRIPT
= 204,
53
COP2_WARNING_VEX
= 205,
54
COP2_WARNING_CANNOT_RENAME_C_A
= 206,
55
COP2_WARNING_KEYFRAME_OUTSIDE_RANGE
= 207,
56
57
58
// General Messages (400-599)
59
COP2_MESSAGE_RANGE_EXTENDED
= 400,
60
61
62
// COP specific Errors/Warning/Messages (600+). Leave 100 between OPs.
63
COP2_ERROR_RENDER_NO_DRIVER
= 600,
64
COP2_ERROR_RENDER_BAD_RENDER
= 601,
65
COP2_ERROR_RENDER_BAD_FILE
= 602,
66
COP2_ERROR_RENDER_BAD_DRIVER
= 603,
67
68
COP2_WARNING_FILE_MISSING_FRAME
= 700,
69
COP2_WARNING_FILE_PROXY_MISMATCH
= 701,
70
COP2_WARNING_FILE_BAD_FRAME_LIST
= 702,
71
72
COP2_ERROR_LOOKUP_BAD_LUT
= 800,
73
COP2_ERROR_LOOKUP_NO_CHOP
= 801,
74
COP2_ERROR_WARN_ILLEGAL_PIXEL
= 802,
75
COP2_ERROR_ILLEGAL_PIXEL_LIMIT
= 803,
76
77
COP2_ERROR_SWITCH_ANIMATED_INPUTS
= 900,
78
79
COP2_ERROR_PYTHON_ANYTHING
= 1000,
80
COP2_ERROR_PYTHON_ERROR
= 1001,
81
82
COP2_ERROR_LOOP_SEQ_MISMATCH
= 1100,
83
84
COP2_MAX_ERROR_MESSAGES
// Sentinal value
85
86
};
87
88
#endif
COP2_ERROR_RES_TOO_LARGE
Definition:
COP2_Error.h:38
COP2_ERROR_PLANE_CONFLICTS
Definition:
COP2_Error.h:21
COP2_ERROR_LOOKUP_BAD_LUT
Definition:
COP2_Error.h:72
COP2_ERROR_VEX
Definition:
COP2_Error.h:33
COP2_ERROR_WARN_ILLEGAL_PIXEL
Definition:
COP2_Error.h:74
COP2_ERROR_ZERO_SAMPLE_RATE
Definition:
COP2_Error.h:19
COP2_MESSAGE_RANGE_EXTENDED
Definition:
COP2_Error.h:59
COP2_ERROR_FILE_NOT_FOUND
Definition:
COP2_Error.h:25
COP2_MAX_ERROR_MESSAGES
Definition:
COP2_Error.h:84
COP2_ERROR_FETCH_TARGET
Definition:
COP2_Error.h:35
COP2_WARNING_CANNOT_RENAME_C_A
Definition:
COP2_Error.h:54
COP2_ERROR_LOOKUP_NO_CHOP
Definition:
COP2_Error.h:73
COP2_WARNING_FILE_BAD_FRAME_LIST
Definition:
COP2_Error.h:70
COP2_ERROR_SHUFFLE_FORMAT_ERROR
Definition:
COP2_Error.h:28
COP2_ERROR_RES_MISMATCH
Definition:
COP2_Error.h:22
COP2_ERROR_RENDER_BAD_DRIVER
Definition:
COP2_Error.h:66
COP2_WARNING_NO_EFFECT
Definition:
COP2_Error.h:48
COP2_ERROR_FILE_BAD_FILE
Definition:
COP2_Error.h:26
COP2_WARNING_PIXEL_QUANTIZE_HERE
Definition:
COP2_Error.h:50
COP2_ERROR_BAD_PIXEL_FUNCTION
Definition:
COP2_Error.h:41
COP2_ERROR_BAD_INPUT
Definition:
COP2_Error.h:37
COP2_ERROR_SWAP_DATA_FORMAT
Definition:
COP2_Error.h:27
COP2_ERROR_FETCH_RECURSION
Definition:
COP2_Error.h:36
COP2_ERROR_NO_COMMON_FRAMES
Definition:
COP2_Error.h:23
COP2_WARNING_INVALID_SCRIPT
Definition:
COP2_Error.h:52
COP2_ERROR_DEPTH_MISMATCH
Definition:
COP2_Error.h:24
COP2_ERROR_GPU_FATAL
Definition:
COP2_Error.h:44
COP2_ERROR_APPR_HD_RES_TOO_LARGE
Definition:
COP2_Error.h:43
COP2_ERROR_OUTPUT_TOO_LARGE
Definition:
COP2_Error.h:31
COP2_ERROR_RENDER_BAD_FILE
Definition:
COP2_Error.h:65
COP2_ERROR_PYTHON_ERROR
Definition:
COP2_Error.h:80
COP2_ERROR_CANT_FIND_FONT
Definition:
COP2_Error.h:32
COP2_ERROR_ILLEGAL_PIXEL_LIMIT
Definition:
COP2_Error.h:75
COP2_WARNING_KEYFRAME_OUTSIDE_RANGE
Definition:
COP2_Error.h:55
COP2_ERROR_SUBNET_CHILD
Definition:
COP2_Error.h:34
COP2_ERROR_FRAME_RATE_MISMATCH
Definition:
COP2_Error.h:20
COP2_WARNING_FILE_MISSING_FRAME
Definition:
COP2_Error.h:68
COP2_ErrorCodes
COP2_ErrorCodes
Definition:
COP2_Error.h:16
COP2_WARNING_VEX
Definition:
COP2_Error.h:53
COP2_ERROR_RENDER_BAD_RENDER
Definition:
COP2_Error.h:64
COP2_ERROR_KEY_PLANE_NOT_FOUND
Definition:
COP2_Error.h:29
COP2_ERROR_APPR_RES_TOO_LARGE
Definition:
COP2_Error.h:42
COP2_ERROR_PYTHON_ANYTHING
Definition:
COP2_Error.h:79
COP2_ERROR_SWITCH_ANIMATED_INPUTS
Definition:
COP2_Error.h:77
COP2_WARNING_FILE_PROXY_MISMATCH
Definition:
COP2_Error.h:69
COP2_ERROR_RENDER_NO_DRIVER
Definition:
COP2_Error.h:63
COP2_MESSAGE
Definition:
COP2_Error.h:45
COP2_WARNING_SHUFFLE_RANGE_ERROR
Definition:
COP2_Error.h:51
COP2_ERROR_NULL_RASTER
Definition:
COP2_Error.h:39
COP2_WARNING_NO_EFFECT_ON_SINGLE
Definition:
COP2_Error.h:49
COP2_ERROR_LOOP_SEQ_MISMATCH
Definition:
COP2_Error.h:82
COP2_ERROR_FILE_MISSING_FRAME
Definition:
COP2_Error.h:30
COP2
COP2_Error.h
Generated on Sun Nov 17 2024 03:01:07 for HDK by
1.8.6