Sha256: 161a7e6323357d20b782366cb29dd34f401aaa6ef430eee09f025da2b0383f69
Contents?: true
Size: 744 Bytes
Versions: 19
Compression:
Stored size: 744 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared # The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server. class Forbidden < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :error, ::OpenApiSDK::Shared::ForbiddenError, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('error') } } sig { params(error: ::OpenApiSDK::Shared::ForbiddenError).void } def initialize(error: nil) @error = error end end end end
Version data entries
19 entries across 19 versions & 1 rubygems