Skip to content

Implement validation and error handling #13

Description

@ryanrichard19

Add validation to your API endpoints to ensure users provide valid data, and implement proper error handling to return informative error messages to your API consumers.

Tasks to complete:

  • Add model validation attributes to your classes, ensuring that user input is validated.
  • Implement custom validation logic as needed for more complex validation scenarios.
  • Add error handling middleware to your API pipeline to catch exceptions and return informative error messages.
  • Test validation and error handling to ensure that invalid input is rejected, and appropriate error messages are returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions