Errors associated with the system capability manager
The connected head unit does not support any system capabilities
SDLSystemCapabilityManagerErrorModuleDoesNotSupportSystemCapabilities = -1
case moduleDoesNotSupportSystemCapabilities = -1
You must be in an HMI Level other than NONE to request or subscribe to capabilities other than DISPLAYS
SDLSystemCapabilityManagerErrorHMINone = -2
case hmiNone = -2
You may not update the system capability type DISPLAYS because it is always subscribed
SDLSystemCapabilityManagerErrorCannotUpdateTypeDisplays = -3
case cannotUpdateTypeDisplays = -3
The module sent an unknown system capability type
SDLSystemCapabilityManagerErrorUnknownType = -4
case unknownType = -4