errorCodeName property
The native SDK's own name for errorCode, such as INVALID_APP_KEY.
Android reads it off CloudXErrorCode.name and iOS off
+[CLXError nameForCode:]. Null on success, and null on failure when the
plugin cannot name the code.
Implementation
final String? errorCodeName;