Created
June 30, 2020 00:58
-
-
Save ferPrieto/8f665de2fa00548249a7ccde1f4913b1 to your computer and use it in GitHub Desktop.
This is the interface that contains the common parameters the different InstagramErrors will have
This file contains 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
interface InstagramErrorContent { | |
val photoVideoUrl: String? | |
val tags: List<String>? | |
val errorCode: ErrorCode? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment