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

Version Path
hyperion_http-0.6.0 lib/hyperion/types/client_error_code.rb
hyperion_http-0.5.0 lib/hyperion/types/client_error_code.rb
hyperion_http-0.3.0 lib/hyperion/types/client_error_code.rb
hyperion_http-0.2.4 lib/hyperion/types/client_error_code.rb
hyperion_http-0.2.3 lib/hyperion/types/client_error_code.rb
hyperion_http-0.2.2 lib/hyperion/types/client_error_code.rb
hyperion_http-0.2.1 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.9 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.8 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.7 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.6 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.5 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.4 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.3 lib/hyperion/types/client_error_code.rb
hyperion_http-0.1.2 lib/hyperion/types/client_error_code.rb