Type used to report and respond to error conditions.
Source position: videoh.inc line 251
type TErrorHandlerReturnValue = ( |
||
errRetry, |
|
retry the operation. |
errAbort, |
|
abort and return error code. |
errContinue |
|
abort without returning an errorcode. |
); |