Skip to content

Instantly share code, notes, and snippets.

@chsami
Created October 23, 2021 11:35
Show Gist options
  • Save chsami/e3b786a4a59d470c5d47aa50d2621105 to your computer and use it in GitHub Desktop.
Save chsami/e3b786a4a59d470c5d47aa50d2621105 to your computer and use it in GitHub Desktop.
{
"type": "https://example.com/probs/out-of-credit",
"title": "You do not have enough credit.",
"detail": "Your current balance is 30, but that costs 50.",
"instance": "/account/12345/msgs/abc",
"balance": 30,
"accounts": ["/account/12345",
"/account/67890"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment