MongoLabeledError

public protocol MongoLabeledError : MongoErrorProtocol

Protocol conformed to by errors that may contain error labels.

  • Labels that may describe the context in which this error was thrown.

    Declaration

    Swift

    var errorLabels: [String]? { get }