Warning
public struct Warning : Codable, Equatable
Details about a problem.
-
Identifier of the problem.
See moreDeclaration
Swift
public enum Code : String -
Identifier of the problem.
Declaration
Swift
public var code: String -
An explanation of the problem with possible solutions.
Declaration
Swift
public var message: String -
A URL for more information about the solution.
Declaration
Swift
public var moreInfo: String?
View on GitHub
Warning Structure Reference