:doc:`mgn <../../mgn>` / Client / list_export_errors

******************
list_export_errors
******************



.. py:method:: mgn.Client.list_export_errors(**kwargs)

  

  List export errors.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ListExportErrors>`_  


  **Request Syntax**
  ::

    response = client.list_export_errors(
        exportID='string',
        maxResults=123,
        nextToken='string'
    )
    
  :type exportID: string
  :param exportID: **[REQUIRED]** 

    List export errors request export id.

    

  
  :type maxResults: integer
  :param maxResults: 

    List export errors request max results.

    

  
  :type nextToken: string
  :param nextToken: 

    List export errors request next token.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'items': [
              {
                  'errorDateTime': 'string',
                  'errorData': {
                      'rawError': 'string'
                  }
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      List export errors response.

      
      

      - **items** *(list) --* 

        List export errors response items.

        
        

        - *(dict) --* 

          Export task error.

          
          

          - **errorDateTime** *(string) --* 

            Export task error datetime.

            
          

          - **errorData** *(dict) --* 

            Export task error data.

            
            

            - **rawError** *(string) --* 

              Export errors data raw error.

              
        
      
    
      

      - **nextToken** *(string) --* 

        List export errors response next token.

        
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

  
  *   :py:class:`mgn.Client.exceptions.ValidationException`

  