EnrichingActivityError

public struct EnrichingActivityError : LocalizedError, Decodable, CustomStringConvertible

An error type of enriching activity properties.

  • id

    An object id.

    Declaration

    Swift

    public let id: String
  • An error message.

    Declaration

    Swift

    public let error: String
  • A reference id of the object.

    Declaration

    Swift

    public let referenceId: String
  • A reference type of the object.

    Declaration

    Swift

    public let referenceType: String
  • Check is the error is a lost reference.

    Declaration

    Swift

    public var isReferenceNotFound: Bool { get }
  • Declaration

    Swift

    public var description: String { get }
  • Undocumented

    Declaration

    Swift

    public var localizedDescription: String { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }