feat: handle workspace conflict error
This commit is contained in:
9
internal/workspace/errors.go
Normal file
9
internal/workspace/errors.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package workspace
|
||||
|
||||
type errWorkspaceExists struct {
|
||||
message string
|
||||
}
|
||||
|
||||
func (err *errWorkspaceExists) Error() string {
|
||||
return err.message
|
||||
}
|
Reference in New Issue
Block a user