Sha256: 916294a307300f60ab44e6f802d72190438175a288904d6ffd8eedd8057316c9

Contents?: true

Size: 770 Bytes

Versions: 6

Compression:

Stored size: 770 Bytes

Contents

module OpenActive
  module Models
    #
    # Error Use Case: An exception has been thrown due to the misconfiguration of an OpenActive SDK library or component.
    #
    # This type is derived from https://schema.org/Thing, which means that any of this type's properties within schema.org may also be used.
    class InternalLibraryConfigurationError < ::OpenActive::Models::InternalOpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "InternalLibraryConfigurationError"
      end

      # @return [String]
      define_property :name, as: "name", types: [
        "string",
      ]

      # @return [int,nil]
      define_property :status_code, as: "statusCode", types: [
        "int",
        "null",
      ]
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/internal_library_configuration_error.rb
openactive-0.4.0 lib/openactive/models/internal_library_configuration_error.rb
openactive-0.3.0 lib/openactive/models/internal_library_configuration_error.rb
openactive-0.2.2 lib/openactive/models/internal_library_configuration_error.rb
openactive-0.2.1 lib/openactive/models/internal_library_configuration_error.rb
openactive-0.2.0 lib/openactive/models/internal_library_configuration_error.rb