Skip to content

Instantly share code, notes, and snippets.

@ferPrieto
Last active June 30, 2020 22:09
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/dfcfadddc35e3da1287fb46dcf7ebfac to your computer and use it in GitHub Desktop.
Save ferPrieto/dfcfadddc35e3da1287fb46dcf7ebfac to your computer and use it in GitHub Desktop.
This is the first solution implemented to find the ErrorCode by qualifiedName
else -> if ((type.classifier as KClass<out Any>).qualifiedName == "sctestingplayground.ErrorCode") ErrorCode.TimeOut else null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment