errorCode property

  1. @BuiltValueField.new(wireName: r'errorCode')
String? get errorCode

The error code mapped to the error message.

Implementation

@BuiltValueField(wireName: r'errorCode')
String? get errorCode;