Giter Site home page Giter Site logo

loan-simulation's People

Contributors

dexfs avatar

Watchers

 avatar

loan-simulation's Issues

How to reponse Invalid request date format

Description

The date format pattern is "yyyy-MM-dd"

Request File

ErrorHandler

Like

When a request was made with an invalid date format as "20-01-2024", I'd like to receive an error message with "The [property] is invalid"
When a request was made with an invalid date format together with other invalid properties, I'd like to receive the messages together.

payload

{
    "name": "",
    "birthDate":"25-08-1983",
    "ssn": "asdfasd",
    "ssnType": "RG"
}

response

{
    "status": "BAD_REQUEST",
    "errors": [
        "name is required",
        "birthDate is invalid",      
    ]
}

Problem

When the request is sent with an invalid date, a DateTimeParseException is dispatched, and com.dexdev.loansimulation.config.exception.RestCustomExceptionHandler#handleException is used to handle this exception

{
    "status": "BAD_REQUEST",
    "errors": [
        "JSON parse error: Cannot deserialize value of type `java.time.LocalDate` from String \"25-08-1983\": Failed to deserialize java.time.LocalDate: (java.time.format.DateTimeParseException) Text '25-08-1983' could not be parsed at index 0"
    ]
}

Make e2e tests

  • Tests for invalid requests

  • Tests for create customer

  • Tests for list customers

  • Tests for list products

  • Tests for Create Simulation

  • Tests for List simulations

  • Tests for Customers with simularions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.