Created
January 12, 2020 18:24
-
-
Save PatrickKalkman/d9bdae349e56a11df6789f90fd86775c to your computer and use it in GitHub Desktop.
API response when required field is missing
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
{ | |
"statusCode": 400, | |
"error": "Bad Request", | |
"message": "ValidationError: outputAsset: Path `outputAsset` is required." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment