errorCode property

  1. @JsonKey(name: JsonKeys.errorCode)
String? errorCode
final

Код ошибки

Если ошибки не произошло, передается значение «0»

Implementation

@JsonKey(name: JsonKeys.errorCode)
final String? errorCode;