messages.py 184 B

1234567
  1. NO_API_KEY = "No API key provided."
  2. AUTH_REQ = "Authentication required."
  3. HTTP_500_DETAIL = "Internal server error."
  4. # templates
  5. NO_VALID_PAYLOAD = "{} is not a valid payload."