Sha256: 131ad860eea027a89222227df1b09aa777d3b932481a6c1349671978745e1b2c

Contents?: true

Size: 750 Bytes

Versions: 13

Compression:

Stored size: 750 Bytes

Contents

# API 公共错误相关
module Reapal
  module Http
    module ErrorCode

      def self.common
        @_common ||= %w(0002 0003 0004 0005 0006 0007 0008 0009 0010 0011
                        0012 0014 0015 0016 0017 9001 9002 9003
                        9005 9006 9007 9008 9009 9011 9012 9013 9014 9015
                        9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026
                        9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037
                        9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048
                        9049 9050 9051 9052 9053 9054 9055 9056 9056 9057 
                        9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069)
      end

    end # module ErrorCode
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
reapal-0.18.0 lib/reapal/http/error_code/common.rb
reapal-0.17.0 lib/reapal/http/error_code/common.rb
reapal-0.16.0 lib/reapal/http/error_code/common.rb
reapal-0.15.0 lib/reapal/http/error_code/common.rb
reapal-0.14.0 lib/reapal/http/error_code/common.rb
reapal-0.13.0 lib/reapal/http/error_code/common.rb
reapal-0.12.0 lib/reapal/http/error_code/common.rb
reapal-0.11.0 lib/reapal/http/error_code/common.rb
reapal-0.10.1 lib/reapal/http/error_code/common.rb
reapal-0.10.0 lib/reapal/http/error_code/common.rb
reapal-0.9.13 lib/reapal/http/error_code/common.rb
reapal-0.9.12 lib/reapal/http/error_code/common.rb
reapal-0.9.11 lib/reapal/http/error_code/common.rb