Error Handling
Common HTTP Status Codes
Status
Meaning
What to Check
Error Response Formats
{ "detail": "Invalid token." }{ "detail": "Authentication credentials were not provided." }{
"email": ["This field is required."],
"student_id": ["This field is required."],
"tenant": ["This field is required."]
}{
"tenant": [
{ "frequency": ["\"weekly\" is not a valid choice."] }
]
}Last updated

