Diffcord API Docs
  • Welcome
  • Quick Start
  • Rewarding Votes
  • Rate Limits
  • Endpoints
    • Users
    • Bots
  • Resources
    • Vote
    • Error
    • Vote User
Powered by GitBook
On this page
  • Fields
  • Example Output
  1. Resources

Error

Represents a Diffcord API error.

Fields

Field
Type
Description

message

?string

Message to describe the error

code

string

Code to identify the error type

Example Output

{
  "message": "Missing API Key",
  "code": "ERR_INVALID_API_KEY"
}
PreviousVoteNextVote User

Last updated 2 years ago