Created
January 27, 2020 00:03
-
-
Save douglasiacovelli/28d2d1b54530366f5035afbee28a28a3 to your computer and use it in GitHub Desktop.
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
data class ErrorResponse( | |
val error_description: String, // this is the translated error shown to the user directly from the API | |
val causes: Map<String, String> = emptyMap() //this is for errors on specific field on a form | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment