InnerError
public struct InnerError : Codable, Sendable
Represents additional inner error details.
-
A dictionary mapping unsatisfied requirements to their respective messages.
Declaration
Swift
public let errors: [String : String] -
Initializes an
InnerErrorobject from a dictionary.Throws
SerializationError.invalidFormatif required fields are missing or invalid.Declaration
Swift
public init(dictionary: [String : Any]) throwsParameters
dictionaryA dictionary containing inner error details.
View on GitHub