ErrorTarget
public struct ErrorTarget : Codable, Equatable
Details about the specific area of the problem.
-
The parameter or property that is the focus of the problem.
See moreDeclaration
Swift
public enum TypeEnum : String
-
The parameter or property that is the focus of the problem.
Declaration
Swift
public var type: String
-
The property that is identified with the problem.
Declaration
Swift
public var name: String