Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
&pagelevel(3)&pagelevel
Error class | Error | Additional error information | Meaning |
FTEM_INT
| FTED_MEM
| 0
| Error on request for memory. |
FTEM_INT
| FTED_CRFILE
| 0
| Error on creation of the file. |
FTEM_INT
| FTED_INIT
| 0
| The server cannot be initialized. |
FTEM_INT
| FTED_SIGNAL
|
signal
| Command interrupted by signal. signal designates the signal that caused the interruption. |
FTEM_INT
|
function
|
errno
| Error on system call. function designates the errored system call:
FTED_FORK: fork
FTED_OPEN: open
FTED_OPENDIR: opendir
FTED_PIPE: pipe
FTED_READ: read
FTED_RMFILE: rmfile
FTED_STAT: stat
FTED_SYSTEM: system
FTED_WRITE: write errno is the value of the errno variable set by the errored system call. If not all bytes could be written, errno has the value -1. |
FTEM_INT
| FTED_INTERNAL
|
reason
| Other internal error. reason designates the cause of the error, if known:
FTEA_FN: function not supported by server
FTEA_VERS: Version of file structure not supported by server |