Sha256: 3ff3cebd89828cf3bcc7c79ed923fa386a328381aa9afcc419b2a7c749817aa7

Contents?: true

Size: 339 Bytes

Versions: 1

Compression:

Stored size: 339 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Shared
  
    # NotFoundCode - A short code indicating the error code returned.
    class NotFoundCode < T::Enum
      enums do
        NOT_FOUND = new('not_found')
      end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.4 lib/open_api_sdk/models/shared/notfound_code.rb