Specifies possible error actions returned from callback.
public enum ul_error_action
Behave as if there is no error callback.
Cancel the operation that raised the error.
Retry the operation that raised the error.
Continue execution, ignoring the operation that raised the error.
Not all actions apply to all error codes.