Merge pull request #10393 from abpframework/cotur/studio/error-codes

Add SolutionNotFound error code
pull/10398/head
Halil İbrahim Kalkan 4 years ago committed by GitHub
commit 72a7a79b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@
public const string ModuleFileAlreadyExists = "AbpStudio:ModuleFileAlreadyExists";
public const string IncorrectFileFormat = "AbpStudio:IncorrectFileFormat";
public const string ModuleNotFound = "AbpStudio:ModuleNotFound";
public const string SolutionNotFound = "AbpStudio:SolutionNotFound";
public const string ModuleNotSpecified = "AbpStudio:ModuleNotSpecified";
public const string SolutionNotSpecified = "AbpStudio:SolutionNotSpecified";
public const string ProjectAlreadyExistInTheModule = "AbpStudio:ProjectAlreadyExistInTheModule";

Loading…
Cancel
Save