SubaioError

public enum SubaioError : Error

Error types for the SubaioView

  • 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.

    Declaration

    Swift

    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.

    Declaration

    Swift

    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.

    Declaration

    Swift

    case internalError