USB_RESULT_TEMPORARY_FAILURE

USB_RESULT_TEMPORARY_FAILURE — Temporary failiure

Synopsis

#define USB_RESULT_TEMPORARY_FAILURE

Description

USB Error temporary failiure. The USB stack had a transient faliure in processing the request, retrying the request may suceed.

This is similar to the UNIX idea of "interupted system call" and will most commonly be seen when an application is performing usb transactions in some "non user mode" i.e. from callbacks.