Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Severe Ftscript error codes

&pagelevel(4)&pagelevel

The "severe" errors are primarily caused by internal problems (e.g. insufficient storage space on the hard disk for administrative information) or script errors (e.g. unresolved references).

If a "severe" error occurs than a restart is only possible under certain conditions (see section “Restart”).

"Severe" errors cannot be intercepted by the faulthandler (default). In this case, it is necessary to write an explicit faulthandler (case) (see section “case”).

Error codes

Description

ft_abort

Termination by the user.

ft_error

A general error has occurred.

ft_notSupported

The functionality is not supported.

ft_panic

A serious error has occurred.

ft_paramError

A parameter error has occurred.

ft_paramTooLong

A parameter lies outside the value range.

ft_recoveryFailed

Error during restart (see section “Restart”).
It is not possible to intercept the error.

ft_reference

A reference is invalid (not present or circular).

ft_resource

A resource error has occurred (e.g. not enough storage space).

ft_syntax

A syntax error has occurred.