Sha256: 97007ed98b975e6002335fbc34df6d3afcbe5e8d7f01e840fb42e76e355e1729

Contents?: true

Size: 885 Bytes

Versions: 7

Compression:

Stored size: 885 Bytes

Contents

# frozen_string_literal: true

module Yext
  module Api
    module Enumerations
      class ErrorCodes
        # Publisher Suggestions error codes
        #
        # http://developer.yext.com/docs/error-messages/#publisher-suggestion-errors
        module PublisherSuggestionsErrors
          include Yext::Api::Concerns::EnumAll

          SUGGESTION_ALREADY_RESOLVED             = 7300
          SUGGESTION_FOR_LOCATION_NOT_IN_BUSINESS = 7301
          SUGGESTION_NOT_FOUND                    = 7302
          SUGGESTION_UNEXPECTED_UPDATE_ERROR      = 7303
          SUGGESTION_BAD_ID                       = 7304
          SUGGESTION_UPDATE_BAD_STATUS            = 7305
          SUGGESTION_OVER_LIMIT                   = 7306
          SUGGESTION_LIST_BAD_STATUS              = 7307
          SUGGESTION_NO_USER_PROVIDED             = 7308
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yext-api-0.1.11 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.10 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.9 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.8 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.7 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.5 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb
yext-api-0.1.4 lib/yext/api/enumerations/error_codes/publisher_suggestions_errors.rb