Sha256: 4c97dc193b48ebe25efdf0a617f99ea905040cdcf83525d78a85c0ace305c4eb
Contents?: true
Size: 507 Bytes
Versions: 4
Compression:
Stored size: 507 Bytes
Contents
module Telesignature class ValidationError < TelesignError # """ # The submitted data failed the intial validation, and the service was not executed. # * - Attributes # - # * - `data` # - The data returned by the service, in a dictionary form. # * - `http_response` # - The full HTTP Response object, including the HTTP status code, headers, and raw returned data. # """ def initialize errors, http_response super end end end
Version data entries
4 entries across 4 versions & 1 rubygems