Sha256: c1e5d2383feb1df0041953b1cbbb18fa7e805c7775fc3a2a46636d8b7ecf642a

Contents?: true

Size: 976 Bytes

Versions: 3

Compression:

Stored size: 976 Bytes

Contents

# bandwidth
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).

module Bandwidth
  # Type.
  class TypeEnum
    TYPE_ENUM = [
      # TODO: Write general description for VALIDATION
      VALIDATION = 'validation'.freeze,

      # TODO: Write general description for AUTHENTICATIONERROR
      AUTHENTICATIONERROR = 'authentication-error'.freeze,

      # TODO: Write general description for AUTHORIZATIONERROR
      AUTHORIZATIONERROR = 'authorization-error'.freeze,

      # TODO: Write general description for INTERNALERROR
      INTERNALERROR = 'internal-error'.freeze,

      # TODO: Write general description for ERROR
      ERROR = 'error'.freeze,

      # TODO: Write general description for RATELIMITEXCEEDED
      RATELIMITEXCEEDED = 'rate-limit-exceeded'.freeze,

      # TODO: Write general description for SYSTEMOVERLOADED
      SYSTEMOVERLOADED = 'system-overloaded'.freeze
    ].freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bandwidth-sdk-2.1.1 lib/bandwidth/voice_lib/voice/models/type_enum.rb
bandwidth-sdk-2.1.0 lib/bandwidth/voice_lib/voice/models/type_enum.rb
bandwidth-sdk-2.0.0 lib/bandwidth/voice_lib/voice/models/type_enum.rb