Created
February 6, 2021 04:25
-
-
Save KalpaD/9fcaf1014250eab288c1ae03d8b22086 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "errors": [ | |
| { | |
| "code": "firstName", | |
| "message": "First name must be between 2 and 25 characters" | |
| }, | |
| { | |
| "code": "title", | |
| "message": "Title cannot be null" | |
| }, | |
| { | |
| "code": "lastName", | |
| "message": "Last name cannot be empty" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment