error constant

  1. @BuiltValueEnumConst.new(wireName: r'error')
AndroidAppStatusEnum const error

The status of the app. Possible values: * processing: the app is being signed and converted to a format that the terminal can handle. * error: something went wrong. Check that the app matches the requirements. * invalid: there is something wrong with the APK file of the app. * ready: the app has been signed and converted. * archived: the app is no longer available.

Implementation

@BuiltValueEnumConst(wireName: r'error')
static const AndroidAppStatusEnum error = _$androidAppStatusEnum_error;