Rest API - Error Handling
If a REST API returns this JSON:
What does this indicate about the 'username' field?
{"errors": {"username": ["Too short", "Invalid characters"]}}What does this indicate about the 'username' field?
