Warning

public struct Warning : Codable, Equatable

Details about a problem.

  • Identifier of the problem.

    See more

    Declaration

    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?