errorCode property Null safety

String? errorCode
read / write

This is a predefined code that indicates the reason for request failure. This are defined in the Response Error Details below. The error codes maps to specific error message

Implementation

String? errorCode;