EDC5142I
Invalid seek.

Explanation

A seek function was issued on a pipe or FIFO. It is invalid to do a positioning operation on a pipe or FIFO. This message is equivalent to the POSIX.1 ESPIPE errno.

System action

The request fails. The application continues to run.

Programmer response

Do not attempt a seek function on a device that cannot seek.

Symbolic Feedback Code

EDC50M