codeName property
The native SDK's own name for code, such as NO_FILL.
Android reads it off CloudXErrorCode.name and iOS off
+[CLXError nameForCode:], which share one vocabulary. Null when the SDK
reported a code the plugin cannot name.
Implementation
final String? codeName;