Skip to content

Commit

Permalink
Update digitalidentity/yotierror/response.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaidas Urbanavicius <[email protected]>
  • Loading branch information
mehmet-yoti and klaidas authored Oct 13, 2023
1 parent 75fe18e commit 6566ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalidentity/yotierror/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Error struct {
}

func (e Error) Error() string {
return e.ErrorCode + " : " + e.Message
return e.ErrorCode + " - " + e.Message
}

// NewResponseError creates a new Error
Expand Down

0 comments on commit 6566ede

Please sign in to comment.