# Create shotgun import error **POST /import/shotgun/errors** Create a new Shotgun import error record. The error event data should be provided in the JSON body. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **error** (string) Error message - **details** (object) Additional error details ## Responses ### 201: Import error created successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Import error unique identifier - **source** (string) Source of the import error - **event_data** (object) Error event data - **created_at** (string(date-time)) Creation timestamp ### 400: Invalid request body [Powered by Bump.sh](https://bump.sh)