Refactor fluent download pipelines
This commit is contained in:
Generated
+45
@@ -59,6 +59,42 @@ namespace Beam.Exceptions {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The state of the builder is invalid..
|
||||
/// </summary>
|
||||
public static string fluent_invalid_state {
|
||||
get {
|
||||
return ResourceManager.GetString("fluent_invalid_state", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A type conversion from '{0}' to '{1}' has failed, indicating an invalid state..
|
||||
/// </summary>
|
||||
public static string fluent_type_conversion_failure {
|
||||
get {
|
||||
return ResourceManager.GetString("fluent_type_conversion_failure", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The builder state '{0}' points to an unsupported unit downloader..
|
||||
/// </summary>
|
||||
public static string fluent_unsupported_pattern {
|
||||
get {
|
||||
return ResourceManager.GetString("fluent_unsupported_pattern", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The transformer type '{0}' is unsupported by this fluent pathway. Consider manually instantiating DownloadContext..
|
||||
/// </summary>
|
||||
public static string fluent_unsupported_transformer {
|
||||
get {
|
||||
return ResourceManager.GetString("fluent_unsupported_transformer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to A fragment is locked when it should be free; failed to obtain updater..
|
||||
/// </summary>
|
||||
@@ -104,6 +140,15 @@ namespace Beam.Exceptions {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There must be at least one state in resource definition..
|
||||
/// </summary>
|
||||
public static string resource_definition_invalid_states_count {
|
||||
get {
|
||||
return ResourceManager.GetString("resource_definition_invalid_states_count", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encountered an error while changing state.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user