mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 23:27:35 +00:00
fix: translation (#647)
* fix: translation * fix: translation * fix: translation * fix: remove unused code * fix: log err
This commit is contained in:
@@ -44,6 +44,10 @@ func (err *CaosError) GetMessage() string {
|
||||
return err.Message
|
||||
}
|
||||
|
||||
func (err *CaosError) SetMessage(msg string) {
|
||||
err.Message = msg
|
||||
}
|
||||
|
||||
func (err *CaosError) GetID() string {
|
||||
return err.ID
|
||||
}
|
||||
|
@@ -9,6 +9,7 @@ import (
|
||||
type Error interface {
|
||||
GetParent() error
|
||||
GetMessage() string
|
||||
SetMessage(string)
|
||||
GetID() string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user