Created
April 28, 2019 12:23
-
-
Save sultaniman/8a476f7546d95af6a3777d7340edcf32 to your computer and use it in GitHub Desktop.
Common Absinthe error shape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @permission_denied { | |
| :error, | |
| %{ | |
| message: gettext("Permission denied"), | |
| code: :permission_denied | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment