UnificationError

public struct UnificationError: ErrorType

Error thrown when UnifiableType types fail to unify.

  • Undocumented

    Declaration

    Swift

    public struct UnificationError: ErrorType
  • The cause for the failure.

    Declaration

    Swift

    public let message: String