Skip to main content
POST
/
discord
/
logging
/
error
Log Discord Bot Error
curl --request POST \
  --url https://api.example.com/discord/logging/error \
  --header 'Content-Type: application/json' \
  --data '
{
  "error_message": "<string>",
  "interaction_name": "<string>",
  "user_id": 123
}
'
{
  "error_message": "<string>",
  "interaction_name": "<string>",
  "user_id": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Error logging data

error_message
string
interaction_name
string
user_id
integer

Response

Successfully logged error data (echoes the received body)

error_message
string
interaction_name
string
user_id
integer