service_client 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/doc/ServiceClient/Base.html +781 -0
- data/doc/ServiceClient/Errors/BadGatewayError.html +159 -0
- data/doc/ServiceClient/Errors/BadRequestError.html +159 -0
- data/doc/ServiceClient/Errors/BaseError.html +359 -0
- data/doc/ServiceClient/Errors/BlockedByWindowsParentalControlsError.html +159 -0
- data/doc/ServiceClient/Errors/ClientClosedRequestError.html +159 -0
- data/doc/ServiceClient/Errors/ConflictError.html +159 -0
- data/doc/ServiceClient/Errors/EnhanceYourCalmError.html +159 -0
- data/doc/ServiceClient/Errors/ExpectationFailedError.html +159 -0
- data/doc/ServiceClient/Errors/FailedDependencyError.html +159 -0
- data/doc/ServiceClient/Errors/ForbiddenError.html +159 -0
- data/doc/ServiceClient/Errors/GatewayTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/GoneError.html +159 -0
- data/doc/ServiceClient/Errors/HTTPVersionNotSupportedError.html +159 -0
- data/doc/ServiceClient/Errors/InsufficientStorageError.html +159 -0
- data/doc/ServiceClient/Errors/InternalServerError.html +159 -0
- data/doc/ServiceClient/Errors/LengthRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/LockedError.html +159 -0
- data/doc/ServiceClient/Errors/LoopDetectedError.html +159 -0
- data/doc/ServiceClient/Errors/MethodNotAllowedError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkAuthenticationRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkConnectTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/NetworkReadTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/NoResponseError.html +159 -0
- data/doc/ServiceClient/Errors/NotAcceptableError.html +159 -0
- data/doc/ServiceClient/Errors/NotExtendedError.html +159 -0
- data/doc/ServiceClient/Errors/NotFoundError.html +159 -0
- data/doc/ServiceClient/Errors/NotImplementedError.html +159 -0
- data/doc/ServiceClient/Errors/PaymentRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/PreconditionFailedError.html +159 -0
- data/doc/ServiceClient/Errors/PreconditionRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/ProxyAuthenticationRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/RequestEntityTooLargeError.html +159 -0
- data/doc/ServiceClient/Errors/RequestHeaderFieldsTooLargeError.html +159 -0
- data/doc/ServiceClient/Errors/RequestTimeoutError.html +159 -0
- data/doc/ServiceClient/Errors/RequestURITooLongError.html +159 -0
- data/doc/ServiceClient/Errors/RequestedRangeNotSatisfiableError.html +159 -0
- data/doc/ServiceClient/Errors/RetryWithError.html +159 -0
- data/doc/ServiceClient/Errors/ServiceUnavailableError.html +159 -0
- data/doc/ServiceClient/Errors/TooManyRequestsError.html +159 -0
- data/doc/ServiceClient/Errors/UnauthorizedError.html +159 -0
- data/doc/ServiceClient/Errors/UnavailableForLegalReasonsError.html +159 -0
- data/doc/ServiceClient/Errors/UnprocessableEntityError.html +159 -0
- data/doc/ServiceClient/Errors/UnsupportedMediaTypeError.html +159 -0
- data/doc/ServiceClient/Errors/UpgradeRequiredError.html +159 -0
- data/doc/ServiceClient/Errors/VariantAlsoNegotiatesError.html +159 -0
- data/doc/ServiceClient/Errors.html +325 -0
- data/doc/ServiceClient/ParamsRequired.html +135 -0
- data/doc/ServiceClient/Response.html +793 -0
- data/doc/ServiceClient.html +146 -0
- data/doc/_index.html +569 -0
- data/doc/class_list.html +51 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +58 -0
- data/doc/css/style.css +497 -0
- data/doc/file.README.html +243 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +249 -0
- data/doc/js/app.js +314 -0
- data/doc/js/full_list.js +216 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +171 -0
- data/doc/top-level-namespace.html +110 -0
- data/lib/service_client/base.rb +79 -24
- data/lib/service_client/errors.rb +18 -6
- data/lib/service_client/response.rb +24 -7
- data/lib/service_client/version.rb +1 -1
- metadata +69 -4
| @@ -0,0 +1,159 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
              <head>
         | 
| 4 | 
            +
                <meta charset="utf-8">
         | 
| 5 | 
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Exception: ServiceClient::Errors::NetworkAuthenticationRequiredError
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.28
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "ServiceClient::Errors::NetworkAuthenticationRequiredError";
         | 
| 19 | 
            +
              relpath = '../../';
         | 
| 20 | 
            +
            </script>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
             | 
| 23 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
         | 
| 26 | 
            +
             | 
| 27 | 
            +
             | 
| 28 | 
            +
              </head>
         | 
| 29 | 
            +
              <body>
         | 
| 30 | 
            +
                <div class="nav_wrap">
         | 
| 31 | 
            +
                  <iframe id="nav" src="../../class_list.html?1"></iframe>
         | 
| 32 | 
            +
                  <div id="resizer"></div>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
             | 
| 35 | 
            +
                <div id="main" tabindex="-1">
         | 
| 36 | 
            +
                  <div id="header">
         | 
| 37 | 
            +
                    <div id="menu">
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
                <a href="../../_index.html">Index (N)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../../ServiceClient.html" title="ServiceClient (module)">ServiceClient</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="ServiceClient::Errors (module)">Errors</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">NetworkAuthenticationRequiredError</span>
         | 
| 43 | 
            +
              
         | 
| 44 | 
            +
            </div>
         | 
| 45 | 
            +
             | 
| 46 | 
            +
                    <div id="search">
         | 
| 47 | 
            +
              
         | 
| 48 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 49 | 
            +
                    href="../../class_list.html">
         | 
| 50 | 
            +
             | 
| 51 | 
            +
                    <svg width="24" height="24">
         | 
| 52 | 
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 53 | 
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 54 | 
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 55 | 
            +
                    </svg>
         | 
| 56 | 
            +
                </a>
         | 
| 57 | 
            +
              
         | 
| 58 | 
            +
            </div>
         | 
| 59 | 
            +
                    <div class="clear"></div>
         | 
| 60 | 
            +
                  </div>
         | 
| 61 | 
            +
             | 
| 62 | 
            +
                  <div id="content"><h1>Exception: ServiceClient::Errors::NetworkAuthenticationRequiredError
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">StandardError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">ServiceClient::Errors::NetworkAuthenticationRequiredError</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                </dd>
         | 
| 87 | 
            +
              </dl>
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
             | 
| 90 | 
            +
              
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
              
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
             | 
| 96 | 
            +
              
         | 
| 97 | 
            +
             | 
| 98 | 
            +
              
         | 
| 99 | 
            +
              <dl>
         | 
| 100 | 
            +
                <dt>Defined in:</dt>
         | 
| 101 | 
            +
                <dd>lib/service_client/errors.rb</dd>
         | 
| 102 | 
            +
              </dl>
         | 
| 103 | 
            +
              
         | 
| 104 | 
            +
            </div>
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            <h2>Overview</h2><div class="docstring">
         | 
| 107 | 
            +
              <div class="discussion">
         | 
| 108 | 
            +
                
         | 
| 109 | 
            +
            <p>511 – Network Authentication Required</p>
         | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              </div>
         | 
| 113 | 
            +
            </div>
         | 
| 114 | 
            +
            <div class="tags">
         | 
| 115 | 
            +
              
         | 
| 116 | 
            +
             | 
| 117 | 
            +
            </div>
         | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
             | 
| 121 | 
            +
             | 
| 122 | 
            +
             | 
| 123 | 
            +
              <h2>Instance Attribute Summary</h2>
         | 
| 124 | 
            +
              
         | 
| 125 | 
            +
              <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 126 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="ServiceClient::Errors::BaseError#response (method)">#response</a></span></p>
         | 
| 127 | 
            +
             | 
| 128 | 
            +
             | 
| 129 | 
            +
             | 
| 130 | 
            +
              
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
              
         | 
| 133 | 
            +
              
         | 
| 134 | 
            +
              
         | 
| 135 | 
            +
              
         | 
| 136 | 
            +
              <h2>Method Summary</h2>
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 139 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">#initialize</a></span></p>
         | 
| 140 | 
            +
             | 
| 141 | 
            +
              <div id="constructor_details" class="method_details_list">
         | 
| 142 | 
            +
              <h2>Constructor Details</h2>
         | 
| 143 | 
            +
              
         | 
| 144 | 
            +
                <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">ServiceClient::Errors::BaseError</a></span></p>
         | 
| 145 | 
            +
              
         | 
| 146 | 
            +
            </div>
         | 
| 147 | 
            +
             | 
| 148 | 
            +
             | 
| 149 | 
            +
            </div>
         | 
| 150 | 
            +
             | 
| 151 | 
            +
                  <div id="footer">
         | 
| 152 | 
            +
              Generated on Thu Feb 23 08:25:40 2023 by
         | 
| 153 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 154 | 
            +
              0.9.28 (ruby-2.7.1).
         | 
| 155 | 
            +
            </div>
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                </div>
         | 
| 158 | 
            +
              </body>
         | 
| 159 | 
            +
            </html>
         | 
| @@ -0,0 +1,159 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
              <head>
         | 
| 4 | 
            +
                <meta charset="utf-8">
         | 
| 5 | 
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Exception: ServiceClient::Errors::NetworkConnectTimeoutError
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.28
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "ServiceClient::Errors::NetworkConnectTimeoutError";
         | 
| 19 | 
            +
              relpath = '../../';
         | 
| 20 | 
            +
            </script>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
             | 
| 23 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
         | 
| 26 | 
            +
             | 
| 27 | 
            +
             | 
| 28 | 
            +
              </head>
         | 
| 29 | 
            +
              <body>
         | 
| 30 | 
            +
                <div class="nav_wrap">
         | 
| 31 | 
            +
                  <iframe id="nav" src="../../class_list.html?1"></iframe>
         | 
| 32 | 
            +
                  <div id="resizer"></div>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
             | 
| 35 | 
            +
                <div id="main" tabindex="-1">
         | 
| 36 | 
            +
                  <div id="header">
         | 
| 37 | 
            +
                    <div id="menu">
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
                <a href="../../_index.html">Index (N)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../../ServiceClient.html" title="ServiceClient (module)">ServiceClient</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="ServiceClient::Errors (module)">Errors</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">NetworkConnectTimeoutError</span>
         | 
| 43 | 
            +
              
         | 
| 44 | 
            +
            </div>
         | 
| 45 | 
            +
             | 
| 46 | 
            +
                    <div id="search">
         | 
| 47 | 
            +
              
         | 
| 48 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 49 | 
            +
                    href="../../class_list.html">
         | 
| 50 | 
            +
             | 
| 51 | 
            +
                    <svg width="24" height="24">
         | 
| 52 | 
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 53 | 
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 54 | 
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 55 | 
            +
                    </svg>
         | 
| 56 | 
            +
                </a>
         | 
| 57 | 
            +
              
         | 
| 58 | 
            +
            </div>
         | 
| 59 | 
            +
                    <div class="clear"></div>
         | 
| 60 | 
            +
                  </div>
         | 
| 61 | 
            +
             | 
| 62 | 
            +
                  <div id="content"><h1>Exception: ServiceClient::Errors::NetworkConnectTimeoutError
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">StandardError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">ServiceClient::Errors::NetworkConnectTimeoutError</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                </dd>
         | 
| 87 | 
            +
              </dl>
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
             | 
| 90 | 
            +
              
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
              
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
             | 
| 96 | 
            +
              
         | 
| 97 | 
            +
             | 
| 98 | 
            +
              
         | 
| 99 | 
            +
              <dl>
         | 
| 100 | 
            +
                <dt>Defined in:</dt>
         | 
| 101 | 
            +
                <dd>lib/service_client/errors.rb</dd>
         | 
| 102 | 
            +
              </dl>
         | 
| 103 | 
            +
              
         | 
| 104 | 
            +
            </div>
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            <h2>Overview</h2><div class="docstring">
         | 
| 107 | 
            +
              <div class="discussion">
         | 
| 108 | 
            +
                
         | 
| 109 | 
            +
            <p>599 – Network Connect Timeout Error</p>
         | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              </div>
         | 
| 113 | 
            +
            </div>
         | 
| 114 | 
            +
            <div class="tags">
         | 
| 115 | 
            +
              
         | 
| 116 | 
            +
             | 
| 117 | 
            +
            </div>
         | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
             | 
| 121 | 
            +
             | 
| 122 | 
            +
             | 
| 123 | 
            +
              <h2>Instance Attribute Summary</h2>
         | 
| 124 | 
            +
              
         | 
| 125 | 
            +
              <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 126 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="ServiceClient::Errors::BaseError#response (method)">#response</a></span></p>
         | 
| 127 | 
            +
             | 
| 128 | 
            +
             | 
| 129 | 
            +
             | 
| 130 | 
            +
              
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
              
         | 
| 133 | 
            +
              
         | 
| 134 | 
            +
              
         | 
| 135 | 
            +
              
         | 
| 136 | 
            +
              <h2>Method Summary</h2>
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 139 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">#initialize</a></span></p>
         | 
| 140 | 
            +
             | 
| 141 | 
            +
              <div id="constructor_details" class="method_details_list">
         | 
| 142 | 
            +
              <h2>Constructor Details</h2>
         | 
| 143 | 
            +
              
         | 
| 144 | 
            +
                <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">ServiceClient::Errors::BaseError</a></span></p>
         | 
| 145 | 
            +
              
         | 
| 146 | 
            +
            </div>
         | 
| 147 | 
            +
             | 
| 148 | 
            +
             | 
| 149 | 
            +
            </div>
         | 
| 150 | 
            +
             | 
| 151 | 
            +
                  <div id="footer">
         | 
| 152 | 
            +
              Generated on Thu Feb 23 08:25:40 2023 by
         | 
| 153 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 154 | 
            +
              0.9.28 (ruby-2.7.1).
         | 
| 155 | 
            +
            </div>
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                </div>
         | 
| 158 | 
            +
              </body>
         | 
| 159 | 
            +
            </html>
         | 
| @@ -0,0 +1,159 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
              <head>
         | 
| 4 | 
            +
                <meta charset="utf-8">
         | 
| 5 | 
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Exception: ServiceClient::Errors::NetworkReadTimeoutError
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.28
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "ServiceClient::Errors::NetworkReadTimeoutError";
         | 
| 19 | 
            +
              relpath = '../../';
         | 
| 20 | 
            +
            </script>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
             | 
| 23 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
         | 
| 26 | 
            +
             | 
| 27 | 
            +
             | 
| 28 | 
            +
              </head>
         | 
| 29 | 
            +
              <body>
         | 
| 30 | 
            +
                <div class="nav_wrap">
         | 
| 31 | 
            +
                  <iframe id="nav" src="../../class_list.html?1"></iframe>
         | 
| 32 | 
            +
                  <div id="resizer"></div>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
             | 
| 35 | 
            +
                <div id="main" tabindex="-1">
         | 
| 36 | 
            +
                  <div id="header">
         | 
| 37 | 
            +
                    <div id="menu">
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
                <a href="../../_index.html">Index (N)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../../ServiceClient.html" title="ServiceClient (module)">ServiceClient</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="ServiceClient::Errors (module)">Errors</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">NetworkReadTimeoutError</span>
         | 
| 43 | 
            +
              
         | 
| 44 | 
            +
            </div>
         | 
| 45 | 
            +
             | 
| 46 | 
            +
                    <div id="search">
         | 
| 47 | 
            +
              
         | 
| 48 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 49 | 
            +
                    href="../../class_list.html">
         | 
| 50 | 
            +
             | 
| 51 | 
            +
                    <svg width="24" height="24">
         | 
| 52 | 
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 53 | 
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 54 | 
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 55 | 
            +
                    </svg>
         | 
| 56 | 
            +
                </a>
         | 
| 57 | 
            +
              
         | 
| 58 | 
            +
            </div>
         | 
| 59 | 
            +
                    <div class="clear"></div>
         | 
| 60 | 
            +
                  </div>
         | 
| 61 | 
            +
             | 
| 62 | 
            +
                  <div id="content"><h1>Exception: ServiceClient::Errors::NetworkReadTimeoutError
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">StandardError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">ServiceClient::Errors::NetworkReadTimeoutError</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                </dd>
         | 
| 87 | 
            +
              </dl>
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
             | 
| 90 | 
            +
              
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
              
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
             | 
| 96 | 
            +
              
         | 
| 97 | 
            +
             | 
| 98 | 
            +
              
         | 
| 99 | 
            +
              <dl>
         | 
| 100 | 
            +
                <dt>Defined in:</dt>
         | 
| 101 | 
            +
                <dd>lib/service_client/errors.rb</dd>
         | 
| 102 | 
            +
              </dl>
         | 
| 103 | 
            +
              
         | 
| 104 | 
            +
            </div>
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            <h2>Overview</h2><div class="docstring">
         | 
| 107 | 
            +
              <div class="discussion">
         | 
| 108 | 
            +
                
         | 
| 109 | 
            +
            <p>598 – Network Read Timeout Error</p>
         | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              </div>
         | 
| 113 | 
            +
            </div>
         | 
| 114 | 
            +
            <div class="tags">
         | 
| 115 | 
            +
              
         | 
| 116 | 
            +
             | 
| 117 | 
            +
            </div>
         | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
             | 
| 121 | 
            +
             | 
| 122 | 
            +
             | 
| 123 | 
            +
              <h2>Instance Attribute Summary</h2>
         | 
| 124 | 
            +
              
         | 
| 125 | 
            +
              <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 126 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="ServiceClient::Errors::BaseError#response (method)">#response</a></span></p>
         | 
| 127 | 
            +
             | 
| 128 | 
            +
             | 
| 129 | 
            +
             | 
| 130 | 
            +
              
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
              
         | 
| 133 | 
            +
              
         | 
| 134 | 
            +
              
         | 
| 135 | 
            +
              
         | 
| 136 | 
            +
              <h2>Method Summary</h2>
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 139 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">#initialize</a></span></p>
         | 
| 140 | 
            +
             | 
| 141 | 
            +
              <div id="constructor_details" class="method_details_list">
         | 
| 142 | 
            +
              <h2>Constructor Details</h2>
         | 
| 143 | 
            +
              
         | 
| 144 | 
            +
                <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">ServiceClient::Errors::BaseError</a></span></p>
         | 
| 145 | 
            +
              
         | 
| 146 | 
            +
            </div>
         | 
| 147 | 
            +
             | 
| 148 | 
            +
             | 
| 149 | 
            +
            </div>
         | 
| 150 | 
            +
             | 
| 151 | 
            +
                  <div id="footer">
         | 
| 152 | 
            +
              Generated on Thu Feb 23 08:25:40 2023 by
         | 
| 153 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 154 | 
            +
              0.9.28 (ruby-2.7.1).
         | 
| 155 | 
            +
            </div>
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                </div>
         | 
| 158 | 
            +
              </body>
         | 
| 159 | 
            +
            </html>
         | 
| @@ -0,0 +1,159 @@ | |
| 1 | 
            +
            <!DOCTYPE html>
         | 
| 2 | 
            +
            <html>
         | 
| 3 | 
            +
              <head>
         | 
| 4 | 
            +
                <meta charset="utf-8">
         | 
| 5 | 
            +
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
         | 
| 6 | 
            +
            <title>
         | 
| 7 | 
            +
              Exception: ServiceClient::Errors::NoResponseError
         | 
| 8 | 
            +
              
         | 
| 9 | 
            +
                — Documentation by YARD 0.9.28
         | 
| 10 | 
            +
              
         | 
| 11 | 
            +
            </title>
         | 
| 12 | 
            +
             | 
| 13 | 
            +
              <link rel="stylesheet" href="../../css/style.css" type="text/css" />
         | 
| 14 | 
            +
             | 
| 15 | 
            +
              <link rel="stylesheet" href="../../css/common.css" type="text/css" />
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            <script type="text/javascript">
         | 
| 18 | 
            +
              pathId = "ServiceClient::Errors::NoResponseError";
         | 
| 19 | 
            +
              relpath = '../../';
         | 
| 20 | 
            +
            </script>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
             | 
| 23 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
         | 
| 24 | 
            +
             | 
| 25 | 
            +
              <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
         | 
| 26 | 
            +
             | 
| 27 | 
            +
             | 
| 28 | 
            +
              </head>
         | 
| 29 | 
            +
              <body>
         | 
| 30 | 
            +
                <div class="nav_wrap">
         | 
| 31 | 
            +
                  <iframe id="nav" src="../../class_list.html?1"></iframe>
         | 
| 32 | 
            +
                  <div id="resizer"></div>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
             | 
| 35 | 
            +
                <div id="main" tabindex="-1">
         | 
| 36 | 
            +
                  <div id="header">
         | 
| 37 | 
            +
                    <div id="menu">
         | 
| 38 | 
            +
              
         | 
| 39 | 
            +
                <a href="../../_index.html">Index (N)</a> »
         | 
| 40 | 
            +
                <span class='title'><span class='object_link'><a href="../../ServiceClient.html" title="ServiceClient (module)">ServiceClient</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="ServiceClient::Errors (module)">Errors</a></span></span>
         | 
| 41 | 
            +
                 » 
         | 
| 42 | 
            +
                <span class="title">NoResponseError</span>
         | 
| 43 | 
            +
              
         | 
| 44 | 
            +
            </div>
         | 
| 45 | 
            +
             | 
| 46 | 
            +
                    <div id="search">
         | 
| 47 | 
            +
              
         | 
| 48 | 
            +
                <a class="full_list_link" id="class_list_link"
         | 
| 49 | 
            +
                    href="../../class_list.html">
         | 
| 50 | 
            +
             | 
| 51 | 
            +
                    <svg width="24" height="24">
         | 
| 52 | 
            +
                      <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 53 | 
            +
                      <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 54 | 
            +
                      <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
         | 
| 55 | 
            +
                    </svg>
         | 
| 56 | 
            +
                </a>
         | 
| 57 | 
            +
              
         | 
| 58 | 
            +
            </div>
         | 
| 59 | 
            +
                    <div class="clear"></div>
         | 
| 60 | 
            +
                  </div>
         | 
| 61 | 
            +
             | 
| 62 | 
            +
                  <div id="content"><h1>Exception: ServiceClient::Errors::NoResponseError
         | 
| 63 | 
            +
              
         | 
| 64 | 
            +
              
         | 
| 65 | 
            +
              
         | 
| 66 | 
            +
            </h1>
         | 
| 67 | 
            +
            <div class="box_info">
         | 
| 68 | 
            +
              
         | 
| 69 | 
            +
              <dl>
         | 
| 70 | 
            +
                <dt>Inherits:</dt>
         | 
| 71 | 
            +
                <dd>
         | 
| 72 | 
            +
                  <span class="inheritName"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></span>
         | 
| 73 | 
            +
                  
         | 
| 74 | 
            +
                    <ul class="fullTree">
         | 
| 75 | 
            +
                      <li>Object</li>
         | 
| 76 | 
            +
                      
         | 
| 77 | 
            +
                        <li class="next">StandardError</li>
         | 
| 78 | 
            +
                      
         | 
| 79 | 
            +
                        <li class="next"><span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></li>
         | 
| 80 | 
            +
                      
         | 
| 81 | 
            +
                        <li class="next">ServiceClient::Errors::NoResponseError</li>
         | 
| 82 | 
            +
                      
         | 
| 83 | 
            +
                    </ul>
         | 
| 84 | 
            +
                    <a href="#" class="inheritanceTree">show all</a>
         | 
| 85 | 
            +
                  
         | 
| 86 | 
            +
                </dd>
         | 
| 87 | 
            +
              </dl>
         | 
| 88 | 
            +
              
         | 
| 89 | 
            +
             | 
| 90 | 
            +
              
         | 
| 91 | 
            +
              
         | 
| 92 | 
            +
              
         | 
| 93 | 
            +
              
         | 
| 94 | 
            +
              
         | 
| 95 | 
            +
             | 
| 96 | 
            +
              
         | 
| 97 | 
            +
             | 
| 98 | 
            +
              
         | 
| 99 | 
            +
              <dl>
         | 
| 100 | 
            +
                <dt>Defined in:</dt>
         | 
| 101 | 
            +
                <dd>lib/service_client/errors.rb</dd>
         | 
| 102 | 
            +
              </dl>
         | 
| 103 | 
            +
              
         | 
| 104 | 
            +
            </div>
         | 
| 105 | 
            +
             | 
| 106 | 
            +
            <h2>Overview</h2><div class="docstring">
         | 
| 107 | 
            +
              <div class="discussion">
         | 
| 108 | 
            +
                
         | 
| 109 | 
            +
            <p>444 – No Response</p>
         | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 
| 112 | 
            +
              </div>
         | 
| 113 | 
            +
            </div>
         | 
| 114 | 
            +
            <div class="tags">
         | 
| 115 | 
            +
              
         | 
| 116 | 
            +
             | 
| 117 | 
            +
            </div>
         | 
| 118 | 
            +
             | 
| 119 | 
            +
             | 
| 120 | 
            +
             | 
| 121 | 
            +
             | 
| 122 | 
            +
             | 
| 123 | 
            +
              <h2>Instance Attribute Summary</h2>
         | 
| 124 | 
            +
              
         | 
| 125 | 
            +
              <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 126 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#response-instance_method" title="ServiceClient::Errors::BaseError#response (method)">#response</a></span></p>
         | 
| 127 | 
            +
             | 
| 128 | 
            +
             | 
| 129 | 
            +
             | 
| 130 | 
            +
              
         | 
| 131 | 
            +
              
         | 
| 132 | 
            +
              
         | 
| 133 | 
            +
              
         | 
| 134 | 
            +
              
         | 
| 135 | 
            +
              
         | 
| 136 | 
            +
              <h2>Method Summary</h2>
         | 
| 137 | 
            +
              
         | 
| 138 | 
            +
              <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseError.html" title="ServiceClient::Errors::BaseError (class)">BaseError</a></span></h3>
         | 
| 139 | 
            +
              <p class="inherited"><span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">#initialize</a></span></p>
         | 
| 140 | 
            +
             | 
| 141 | 
            +
              <div id="constructor_details" class="method_details_list">
         | 
| 142 | 
            +
              <h2>Constructor Details</h2>
         | 
| 143 | 
            +
              
         | 
| 144 | 
            +
                <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseError.html#initialize-instance_method" title="ServiceClient::Errors::BaseError#initialize (method)">ServiceClient::Errors::BaseError</a></span></p>
         | 
| 145 | 
            +
              
         | 
| 146 | 
            +
            </div>
         | 
| 147 | 
            +
             | 
| 148 | 
            +
             | 
| 149 | 
            +
            </div>
         | 
| 150 | 
            +
             | 
| 151 | 
            +
                  <div id="footer">
         | 
| 152 | 
            +
              Generated on Thu Feb 23 08:25:40 2023 by
         | 
| 153 | 
            +
              <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 154 | 
            +
              0.9.28 (ruby-2.7.1).
         | 
| 155 | 
            +
            </div>
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                </div>
         | 
| 158 | 
            +
              </body>
         | 
| 159 | 
            +
            </html>
         |