Skip to content

Instantly share code, notes, and snippets.

@inferno
Created December 1, 2013 20:09
Show Gist options
  • Select an option

  • Save inferno/7740039 to your computer and use it in GitHub Desktop.

Select an option

Save inferno/7740039 to your computer and use it in GitHub Desktop.
{
status: 'error'
errors: [
{
id: 1
priority: 1
message: 'Первое сообщение'
cfs: [{ cid: 1, value: 123}, {cid: 2, value: 123}]
}
{
id: 2
priority: 2
message: 'Второе сообщение'
cfs: [{ cid: 1}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment