Skip to content

Instantly share code, notes, and snippets.

@pdaug
Last active September 5, 2024 11:24
Show Gist options
  • Save pdaug/247eda33b3b74e8b8fd48fb590b44ca8 to your computer and use it in GitHub Desktop.
Save pdaug/247eda33b3b74e8b8fd48fb590b44ca8 to your computer and use it in GitHub Desktop.
{
"id": "684587fe-55c6-404c-b828-d126fbe97b9e",
"version": 1,
"server": "translino-backend",
"state": "error" | "success",
"code": 400,
"message": "Bad Request",
"method": "GET",
"path": "/api/customer",
"result": [
"email is required",
"password is not valid",
],
"timestamp": 12345678,
"duration": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment