ERROR (ENUM)¶
TYPE ERROR :
Enumeration for the various error types in the subnode communication manager (SNCM):
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - ERR_OK - 0 - The action was successful. - ERR_FAILED - 1 - The action failed due to a non specific reason. - ERR_ADDRESS_INVALID - 2 - The given F-SPS bus address or F-SPS device address is not valid. - ERR_SERVICEPROVIDER_NOTINITIALIZED - 3 - The SNC service provider was not fully initialized yet. - ERR_SERVICEPROVIDER_START - 4 - The SNC service handler could not be registered at the RTS service handler and therefore not started. - ERR_DRIVER_INVALID - 5 - The given F-SPS bus driver could not be registered in the SNC service provider because of an invalid driver handle. - ERR_DRIVER_ALREADYREGISTERED - 6 - The given F-SPS bus driver is already registered in the SNC service provider. - ERR_DRIVER_MISMATCH - 7 - The given service is forwarded to the wrong F-SPS bus driver. - ERR_BUSHANDLER_NOTINITIALIZED - 8 - The underlying bus handler was not fully initialized yet. - ERR_READER_FAILED - 9 - Error while reading the service - ERR_WRITER_FAILED - 10 - Error while writing the reply - ERR_COMM_NOTOPEN - 11 - The communication channel to the F-SPS could not be opened. - ERR_FSPS_SVC2BIG - 12 - The transferred safety service is larger than the F-SPS message buffer - ERR_FSPS_SEND - 13 - Common error during sending the safety service data - ERR_FSPS_SENDTIMEOUT - 14 - Timeout during sending the safety service data (block timeout) - ERR_FSPS_SENDANDREOPEN - 15 - The sending of the safety service data is pending and the reopen of the channel failed - ERR_FSPS_REPLY - 16 - Common error while receiving the safety service reply - ERR_FSPS_REPLYTIMEOUT - 17 - Timeout during reply (block timeout and message timeout) - ERR_FSPS_STATE - 18 - Undefined state in the communication loop of the bus handler - ERR_FSPS_PENDING - 19 - The F-SPS is busy and couldn’t handle the service reply in time (access to flash, …) - ERR_SCAN_FAILED - 20 - Common error in scan - ERR_SCAN_TIMEOUT - 21 - Timeout during scan 
