Sha256: 699146f8f91d40b451e6512a447132ed7d324123009ed565b4fcc851d69c163a
Contents?: true
Size: 1.22 KB
Versions: 47
Compression:
Stored size: 1.22 KB
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::TranscribeStreamingService # When TranscribeStreamingService returns an error response, the Ruby SDK constructs and raises an error. # These errors all extend Aws::TranscribeStreamingService::Errors::ServiceError < {Aws::Errors::ServiceError} # # You can rescue all TranscribeStreamingService errors using ServiceError: # # begin # # do stuff # rescue Aws::TranscribeStreamingService::Errors::ServiceError # # rescues all TranscribeStreamingService API errors # end # # # ## Request Context # ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns # information about the request that generated the error. # See {Seahorse::Client::RequestContext} for more information. # # ## Error Classes # # Additionally, error classes are dynamically generated for service errors based on the error code # if they are not defined above. module Errors extend Aws::Errors::DynamicErrors end end
Version data entries
47 entries across 47 versions & 1 rubygems