typealias MenuErrorCallback = (ClientException?) -> Unit
Error case callback type that handles ServiceClientException-compliant throwables. Accepts a compliant instance of ServiceClientException and provides no return value.
ServiceClientException