Sha256: 65cef84073b4e1c2b5325ae619ffe5f3ebc1ebd76a39dd6f05dab3332a83f97f
Contents?: true
Size: 632 Bytes
Versions: 6
Compression:
Stored size: 632 Bytes
Contents
module Telesignature class AuthorizationError < TelesignError # """ # Either the client failed to authenticate with the REST API server, or the service cannot be executed using the specified credentials. # .. list-table:: # :widths: 5 30 # :header-rows: 1 # * - 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
6 entries across 6 versions & 1 rubygems