
                         @    S r  \   " S S\5      rg! \ a    \r Nf = f)z+Define the DeadlineExceededError exception.c                       \ rS rSrSrS rSrg)DeadlineExceededError   a  Exception raised when the request reaches its overall time limit.

This exception will be thrown by the original thread handling the request,
shortly after the request reaches its deadline. Since the exception is
asynchronously set on the thread by the App Engine runtime, it can appear
to originate from any line of code that happens to be executing at that
time.

If the application catches this exception and does not generate a response
very quickly afterwards, an error will be returned to the user and
the application instance may be terminated.

Not to be confused with runtime.apiproxy_errors.DeadlineExceededError.
That one is raised when individual API calls take too long.
c                     g)NzEThe overall deadline for responding to the HTTP request was exceeded. )selfs    0lib/googlecloudsdk/appengine/runtime/__init__.py__str__DeadlineExceededError.__str__-   s        r   N)__name__
__module____qualname____firstlineno____doc__r	   __static_attributes__r   r   r   r   r      s     r   r   N)r   BaseException	NameError	Exceptionr   r   r   r   <module>r      s4     2
M 	  -s    