general_provider_failure property
String
get
general_provider_failure
VCS (Version Control System) provider failed to process the request. We believe this is an error with the VCS provider. Try again, or contact support for more information
Implementation
String get general_provider_failure {
return Intl.message(
'VCS (Version Control System) provider failed to process the request. We believe this is an error with the VCS provider. Try again, or contact support for more information',
name: 'general_provider_failure',
desc: '',
args: [],
);
}