ResolverQueryLogConfigAssociationError

public enum ResolverQueryLogConfigAssociationError : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Undocumented

    Declaration

    Swift

    case destinationNotFound = "DESTINATION_NOT_FOUND"
  • Undocumented

    Declaration

    Swift

    case accessDenied = "ACCESS_DENIED"
  • Undocumented

    Declaration

    Swift

    case internalServiceError = "INTERNAL_SERVICE_ERROR"
  • Declaration

    Swift

    public var description: String { get }