Created
January 10, 2021 23:08
-
-
Save hadilq/de13f834c553ee4f46e98e7a20d1930d to your computer and use it in GitHub Desktop.
Send DSL
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
send() elseIf { | |
IOFailure { error: IOException -> /* handle failure */ } | |
Timeout { error: TimeoutException -> /* handle failure */ } | |
UnAuthorized { error: UnAuthorizedException -> | |
/* handle failure */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment