ViewError
public enum ViewError : ErrorError types for the BridgeView
- 
                  
                  Failed to load the template data necessary to initialize the view. No content will be shown. This error should be handled by the host application. DeclarationSwift case noTemplate
- 
                  
                  The view has failed to initialize for some reason. Placeholder-content will likely have been shown, but is removed when this error occurs after 30 seconds. This error should be handled by the host application. DeclarationSwift case viewTimedOut
- 
                  
                  An error has occured inside the webview. A localized error-page will be shown in the webview. The host application does not need to handle this error. It is included mainly for logging-purposes and to allow the host application to keep a consistent error-page if that is desired. DeclarationSwift case internalError
 ViewError Enumeration Reference
        ViewError Enumeration Reference