Sha256: f003763d4fe16927a1b2093019d98e93ab815ed410f950c34c7b91f3774313d9
Contents?: true
Size: 218 Bytes
Versions: 18
Compression:
Stored size: 218 Bytes
Contents
# coding: utf-8 module RockFintech module Http module ErrorCode def self.enterprise_add @_enterprise_add ||= %w[400 401 403 404 405 410 429 500 503] end end # module ErrorCode end end
Version data entries
18 entries across 18 versions & 1 rubygems