GuidanceOptionError

public enum GuidanceOptionError : Error, Equatable
extension GuidanceOptionError: LocalizedError

List of exceptions that can be thrown during the creation of GuidanceOptions.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • This exception is thrown in validation phase of GuidanceOptions initialization if unsupported combination of options is used together

    Declaration

    Swift

    case unsupportedCombinationOfOptions(String)

LocalizedError

  • Declaration

    Swift

    public var errorDescription: String? { get }