Skip to content

Instantly share code, notes, and snippets.

@ferPrieto
Created June 30, 2020 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferPrieto/8f665de2fa00548249a7ccde1f4913b1 to your computer and use it in GitHub Desktop.
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
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