STRUCT

Message

Contents

public struct Message: Codable, Equatable, CustomStringConvertible

A human-readable message. Messages always include a literal value and may include a key, which can be used by a client to resolve its own message literals.

Properties

key

public let key: String?

The optional message key.

literal

public let literal: String

The message literal.

description

public var description: String