SerializationError

public enum SerializationError : Error, LocalizedError, Sendable

Represents errors that occur during serialization.

  • Indicates that the provided data has an invalid format.

    Declaration

    Swift

    case invalidFormat
  • Declaration

    Swift

    public var errorDescription: String? { get }