ERRC
Answer: (4 bytes)
Code: "errc" or 0x63727265
INT32U "errc" Command error
Description:
Controller answers with "errc" if the command is either not recognized or cannot be processed and sets the correspoding bit in status
data structure.
ERRD
Answer: (4 bytes)
Code: "errd" or 0x64727265
INT32U "errd" Data error
Description:
Controller answers with "errd" if the CRC of the data section computed by the controller doesn't match the received CRC field and sets
the correspoding bit in status data structure.
ERRV
Answer: (4 bytes)
Code: "errv" or 0x76727265
INT32U "errv" Value error
Description:
Controller answers with "errv" if any of the values in the command are out of acceptable range and can not be applied. Inacceptable
value is replaced by a rounded, truncated or default value. Controller also sets the correspoding bit in status data structure.