Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created January 12, 2020 18:24
Show Gist options
  • Save PatrickKalkman/d9bdae349e56a11df6789f90fd86775c to your computer and use it in GitHub Desktop.
Save PatrickKalkman/d9bdae349e56a11df6789f90fd86775c to your computer and use it in GitHub Desktop.
API response when required field is missing
{
"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