U
    <c                     @  sR   d dl mZ d dlZd dlmZmZ d dlmZmZm	Z	 ej
G dd deZdS )    )annotationsN)ListOptional)
_exception_property_bag_stackc                   @  s   e Zd ZU dZejdddidZded< ejdddidZd	ed< ejddd
idZ	d	ed
< ejdddidZ
ded< ejdddidZded< dS )	ExceptionzSDescribes a runtime exception encountered during the execution of an analysis tool.NZschema_property_nameZinnerExceptions)defaultmetadataz$Optional[List[_exception.Exception]]inner_exceptionskindzOptional[str]message
propertiesz#Optional[_property_bag.PropertyBag]stackzOptional[_stack.Stack])__name__
__module____qualname____doc__dataclassesfieldr   __annotations__r   r   r   r    r   r   [/tmp/pip-unpacked-wheel-gikjz4vx/torch/onnx/_internal/diagnostics/infra/sarif/_exception.pyr      s*   
     r   )
__future__r   r   typingr   r   Z,torch.onnx._internal.diagnostics.infra.sarifr   r   r   Z	dataclassobjectr   r   r   r   r   <module>   s
   