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"
}
Last updated