Sha256: dd4696955621f15f5f1fc34f66466b7cacaffc88110eb80c9b704bc821bd13ec
Contents?: true
Size: 541 Bytes
Versions: 15
Compression:
Stored size: 541 Bytes
Contents
require 'abstractivator/enum' define_enum :ClientErrorCode, :missing, # the resource does not exist :missing_field, # a required field on a resource has not been set () :invalid, # a parameter or the content of a POSTed document/field is invalid :unsupported, # an unsupported message type, message version, or format was requested :already_exists, # another resource has the same unique key :unknown # something else
Version data entries
15 entries across 15 versions & 1 rubygems