GuidanceOptionError
public enum GuidanceOptionError : Error, Equatable
extension GuidanceOptionError: LocalizedError
List of errors that can be thrown during the creation of GuidanceOptions
.
-
This error is thrown in validation phase of GuidanceOptions initialization if unsupported combination of options is used together
Declaration
Swift
case unsupportedCombinationOfOptions(String)
-
A detailed description of the error.
Declaration
Swift
public var errorDescription: String? { get }