WarningInfo
public struct WarningInfo : Codable, Equatable
Information about something that went wrong.
-
Codified warning string, such as
limit_reached
.Declaration
Swift
public var warningID: String
-
Information about the error.
Declaration
Swift
public var description: String