Currently the application only handle 409 conflict error but if there is unique resource error how this should be handle? ``` js [ { field: "zip" message: "must be at least 2 characters and at most 30 characters" } ] ```
Currently the application only handle 409 conflict error but if there is unique resource error how this should be handle?