Variable ViewerErrorIdsConst

ViewerErrorIds: { AssetLoadingFailed: string; InvalidParameterValue: string; UnknownParameterOption: string } = ...

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! Note: Combeenation viewer ctrl needs to be adjusted, whenever changing existing keys here. !!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

IDs here shall only include "word characters" (/w in RegEx) as GetViewerErrorIdFromMsg wouldn't work correctly otherwise.

Type declaration

  • AssetLoadingFailed: string
  • InvalidParameterValue: string
  • UnknownParameterOption: string

Generated using TypeDoc