SdkErrorCode typedef
SdkErrorCode = Code
Status code on an SdkError. Re-exported from package:connectrpc so
consumers do not need to import the transport package to catch and
classify errors.
Implementation
typedef SdkErrorCode = Code;