Sha256: 03f2cc5b210e570dc994161e72e34ecb2e13f42362a3416ce08bf5b1e3b35a04

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true

module Sumsub
  module Struct
    # https://developers.sumsub.com/api-reference/#response-body
    class ErrorResponse < BaseStruct
      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

2 entries across 2 versions & 1 rubygems

Version Path
sumsub-ruby-sdk-0.2.1 lib/sumsub/struct/error_response.rb
sumsub-ruby-sdk-0.2.0 lib/sumsub/struct/error_response.rb