Method: LiveIdentity::Identity::ExtendedError#to_s
- Defined in:
- lib/live_identity.rb
#to_s ⇒ Object
576 577 578 579 |
# File 'lib/live_identity.rb', line 576 def to_s "Category: #{IDCRL::IDCRL_ERROR_CATEGORY.to_h[@Category]} (#{@Category})\n" + "Error: #{WinCommon::Errors::HRESULT::GetNameCode(@Error)}\n" + BlobResponseError() end |