Skip to content

Commit

Permalink
renamed errors.go to error.go
Browse files Browse the repository at this point in the history
Signed-off-by: Souvik Kar Mahapatra <souvikat001@gmail.com>
  • Loading branch information
souvikinator committed Feb 14, 2025
1 parent 74480f6 commit 55686f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/errors.go → files/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func ErrUnsupportedFileTypeForConversionToDesign(fileName string, fileType strin
"Convert the file to a supported format before processing",
}

return errors.New(ErrFileTypeNotSupportedForDesignConversion, errors.Critical, sdescription, ldescription, probableCause, remedy)
return errors.New(ErrFileTypeNotSupportedForDesignConversionCode, errors.Critical, sdescription, ldescription, probableCause, remedy)
}

var (
Expand Down

0 comments on commit 55686f0

Please # to comment.