Skip to content

Instantly share code, notes, and snippets.

@ksdme
Last active July 29, 2017 21:36
Show Gist options
  • Save ksdme/5570cf32adf270519b7ab1b098b9643b to your computer and use it in GitHub Desktop.
Save ksdme/5570cf32adf270519b7ab1b098b9643b to your computer and use it in GitHub Desktop.
class ResponseError(Brick):
""" General Response Error """
STRUCT = {
"code": integer(),
"data": opt(klass(ErrorCodes)),
"message": string()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment