| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Type used to report and respond to error conditions
Source position: videoh.inc line 154
type TErrorHandlerReturnValue = (  | 
||
errRetry,  | 
  | 
retry the operation  | 
errAbort,  | 
  | 
abort and return error code  | 
errContinue  | 
  | 
abort without returning an errorcode.  | 
);  |