Created
April 27, 2022 20:59
-
-
Save rfmeier/717743fd304cfc3c5ef6d0dbab6459d6 to your computer and use it in GitHub Desktop.
Formatted response for WP_Error
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
{ | |
"success": false, | |
"data": { | |
"name": [ | |
"Name is required", | |
"A second Name error message", | |
"A third Name error message" | |
], | |
"email": [ | |
"Email is required" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment