errorCode property

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

A code that identifies the problem type.

Implementation

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