Errors
-
A protocol representing an error that occurs during navigation.
Declaration
Swift
public protocol ScreenError : CustomStringConvertible, Error
-
Declaration
Swift
public struct ScreenContainerNotFoundError : ScreenError
-
The container type is not supported.
This error occurs whenever any action handles an unsupported container type.
See moreDeclaration
Swift
public struct ScreenContainerNotSupportedError : ScreenError
-
The type of the container does not match the expected type.
This error occurs whenever any action fails to cast the container to the expected type.
See moreDeclaration
Swift
public struct ScreenContainerTypeMismatchError : ScreenError