codecombat/app/schemas/subscriptions/errors.coffee

7 lines
158 B
CoffeeScript
Raw Normal View History

c = require 'schemas/schemas'
module.exports =
# app/lib/errors
'errors:server-error': c.object {required: ['response']},
response: {type: 'object'}