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