Rate This Document
Findability
Accuracy
Completeness
Readability

WD Message Error Code Interface

Error

Description

Value

WD_SUCCESS

Operation succeeded.

0

WD_STREAM_END

Data flow ends.

1

WD_STREAM_START

Data flow starts.

2

WD_EIO

I/O hardware error

EIO

5

WD_EAGAIN

Standard error code

EAGAIN

11

WD_ENOMEM

Standard error code

ENOMEM

12

WD_EACCESS

Standard error code

EACCESS

13

WD_EBUSY

Standard error code

EBUSY

16

WD_ENODEV

Standard error code

ENODEV

19

WD_EINVAL

Standard error code

EINVAL

22

WD_ETIMEDOUT

Standard error code

ETIMEDOUT

60

WD_ADDR_ERR

Parameter address error

61

WD_HW_EACCESS

The hardware is reset or temporarily unavailable during the task execution.

62

WD_SGL_ERR

The SGL buffer of the user data is incorrectly parsed.

63

WD_VERIFY_ERR

The task verification fails.

64

WD_SWHW_MISMATCH

The software parameters at the algorithm layer do not match the hardware parameters of vendor (not available currently).

65

WD_OUT_EPARA

Algorithm output parameter error

66

WD_IN_EPARA

Algorithm input parameter error

67

WD_ENOPROC

The user input is not processed (which can be used as the initial state of the algorithm message).

68

A negative value is returned, which can be extended.