wip
This commit is contained in:
@@ -14,7 +14,7 @@ func ErrIsForeignKey(err error) bool {
|
||||
return ErrHasCode(err, "23503")
|
||||
}
|
||||
|
||||
func ErrIsSerializationFaiilure(err error) bool {
|
||||
func ErrIsSerializationFailure(err error) bool {
|
||||
return ErrHasCode(err, "40001")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user