Sha256: c88062e520c1b4856e44342f6e36bbaad853c79a945be3889326a67b67bd5142

Contents?: true

Size: 465 Bytes

Versions: 3

Compression:

Stored size: 465 Bytes

Contents

module Sumsub
  module Struct
    # https://developers.sumsub.com/api-reference/#response-body
    class ErrorResponse < BaseStruct
      include Types

      attribute :description, Types::String.optional
      attribute :code, Types::Coercible::String.optional
      attribute :correlation_id, Types::Coercible::String.optional
      attribute? :error_code, Types::Coercible::String.optional
      attribute? :error_name, Types::String.optional
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sumsub-ruby-sdk-0.1.3 lib/sumsub/struct/error_response.rb
sumsub-ruby-sdk-0.1.2 lib/sumsub/struct/error_response.rb
sumsub-ruby-sdk-0.1.1 lib/sumsub/struct/error_response.rb